Skip to main content

A library for efficient similarity search and clustering of dense vectors.

Project description

faiss-wheels

Build PyPI

faiss python wheel packages.

Overview

This repository provides scripts to build wheel packages for the faiss library.

  • Builds CPU-only version with cibuildwheel.
  • Bundles OpenBLAS in Linux/Windows
  • Uses Accelerate framework in macOS

There is also a source package to customize the build process.

Note GPU binary package is discontinued as of 1.7.3 release. Build a source package to support GPU features.

Install

Install the CPU-only binary package by:

pip install faiss-cpu

Note that the package name is faiss-cpu.

Supporting GPU or customized build configuration

The PyPI binary package does not support GPU. To support GPU methods or use faiss with different build configuration, build a source package. For building the source package, swig 3.0.12 or later needs to be available. Also, there should be all the required prerequisites for building faiss itself, such as nvcc and CUDA toolkit.

Building faiss

The source package assumes faiss is already built and installed in the system. If not done so elsewhere, build and install the faiss library first. The following example builds and installs faiss with GPU support and avx512 instruction set.

git clone https://github.com/facebookresearch/faiss.git
cd faiss
cmake . -B build -DFAISS_ENABLE_GPU=ON -DFAISS_ENABLE_PYTHON=OFF -DFAISS_OPT_LEVEL=avx512
cmake --build build --config Release -j
cmake --install build install
cd ..

See the official faiss installation instruction for more on how to build and install faiss.

Building a source package

Once faiss is built and installed, build the source package. The following builds and installs the faiss-cpu source package with GPU and AVX512.

export FAISS_ENABLE_GPU=ON FAISS_OPT_LEVEL=avx512
pip install --no-binary :all: faiss-cpu

There are a few environment variables that specifies build-time options.

  • FAISS_INSTALL_PREFIX: Specifies the install location of faiss library, default to /usr/local.
  • FAISS_OPT_LEVEL: Faiss SIMD optimization, one of generic, avx2, avx512. Note that AVX option is only available in x86_64 arch.
  • FAISS_ENABLE_GPU: Setting this variable to ON builds GPU wrappers. Set this variable if faiss is built with GPU support.
  • CUDA_HOME: Specifies CUDA install location for building GPU wrappers, default to /usr/local/cuda.

Development

This repository is intended to support PyPI distribution for the official faiss library. The repository contains the CI workflow based on cibuildwheel. Feel free to make a pull request to fix packaging problems.

Other relevant resources:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

faiss_cpu-1.9.0.post1.tar.gz (67.8 kB view details)

Uploaded Source

Built Distributions

faiss_cpu-1.9.0.post1-cp313-cp313-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.13 Windows x86-64

faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

faiss_cpu-1.9.0.post1-cp313-cp313-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

faiss_cpu-1.9.0.post1-cp313-cp313-macosx_10_14_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.13 macOS 10.14+ x86-64

faiss_cpu-1.9.0.post1-cp312-cp312-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.12 Windows x86-64

faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

faiss_cpu-1.9.0.post1-cp312-cp312-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

faiss_cpu-1.9.0.post1-cp312-cp312-macosx_10_14_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.12 macOS 10.14+ x86-64

faiss_cpu-1.9.0.post1-cp311-cp311-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.11 Windows x86-64

faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

faiss_cpu-1.9.0.post1-cp311-cp311-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

faiss_cpu-1.9.0.post1-cp311-cp311-macosx_10_14_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11 macOS 10.14+ x86-64

faiss_cpu-1.9.0.post1-cp310-cp310-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.10 Windows x86-64

faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

faiss_cpu-1.9.0.post1-cp310-cp310-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

faiss_cpu-1.9.0.post1-cp310-cp310-macosx_10_14_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.10 macOS 10.14+ x86-64

faiss_cpu-1.9.0.post1-cp39-cp39-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.9 Windows x86-64

faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

faiss_cpu-1.9.0.post1-cp39-cp39-macosx_11_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

faiss_cpu-1.9.0.post1-cp39-cp39-macosx_10_14_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.9 macOS 10.14+ x86-64

File details

Details for the file faiss_cpu-1.9.0.post1.tar.gz.

File metadata

  • Download URL: faiss_cpu-1.9.0.post1.tar.gz
  • Upload date:
  • Size: 67.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for faiss_cpu-1.9.0.post1.tar.gz
Algorithm Hash digest
SHA256 920725d485aab05dd87d34ef63257332441e9b53d382069f034996465827143a
MD5 151b38e1572fd5429ec5726dbe00325c
BLAKE2b-256 031fd0ac8e9d6fc7fc37dc682878f56edb23000c31b74f48cafe9f1a6efaae20

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1.tar.gz:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 87a224a01a4ad80e0f849b2b2b1fba8b197e5803416ea861faf1b0de255871ea
MD5 9ffb44e51a33b382a6b44a5ac3383b4c
BLAKE2b-256 6c9bb9565fe8ee40f665c4d6f926d67a2d00e01e1d2c3c2e873f268b87a9a083

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp313-cp313-win_amd64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6467aafa148d39e6e9bc26c1d84e07f16cbf910297a90ec2e8597cf69772a82
MD5 0e4e54e9ec5454a70326c009a59d107a
BLAKE2b-256 230a2b93a3cae49bc0e7c1de362ca04f4daf9171fd2cf773c867086a8a5c71cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2951be3d2713a128e7f625a4b508419238b6c09cce747a0de7708bdcf1b7e3d6
MD5 1cd4159ec4256b6d4f0a212a1486d0c0
BLAKE2b-256 cdc7c7be2eb63c4c1a26380c487070d78ac35e6a409c427c22a38536961188ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ec25338fc06fa8aa6ef5c7a2ba9f1aa03f64f9b38ba82402a6495cc981426571
MD5 62cf4c4f354b484257d92b1c909367fb
BLAKE2b-256 b27da9203f5b71405308111d2e172b98e5e243059397a8731930310d9471ffae

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 10e38642c5f147642c4aa8a6c1704fb1900b2b8dd5f33b49a45fa5a67df4837d
MD5 8f836961ddcb36d137b02b33712ed291
BLAKE2b-256 d458bb51abeb207ba008b066225dc0c185f51bb93f5588fd2b239550bec6a027

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp313-cp313-macosx_10_14_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d6920f2db8581eb6dcd519c024120061d7d68bc075d494e59b1b2af9a1729d03
MD5 2113b5c58d942b72a71d7b5b2a83cea7
BLAKE2b-256 60954b2f08400ab7509c989a288abf85fe93215b9da3e236881f22f975d5212b

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp312-cp312-win_amd64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4a499aa20b00266c78b9768de962e6a8dd2e2b2eb3d02aa4c41af4c6913eeba
MD5 b055dd2778d804e59f84fbd303588d0e
BLAKE2b-256 00622b174dd024921d04f8d18e9e83285dac46772932164e27a438e6a07263f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5bd1a0412528202e4a4cc38953f81bb7d9b9a783881fa06d822b717a1b090bdd
MD5 a8f137e423794aa7c8b6d37407aa4b24
BLAKE2b-256 bdf75ca17c17001bf19e473a816e9e0153af68ab43f32603ceb0c97ed10c1d14

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b4d5e79643a09d91d339ba7609fb2e9b3ce6de3cd069b9183e97a843261e0e8
MD5 1611a79084906957eebf9a3b5023f619
BLAKE2b-256 35b33da1d76d931aa5bbabebe78ac2b849931289262e763a01109bfa4fa71e62

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ae3fbe0f26c05bef26c626f9e293cc4dd0e685ec02d64100c686276a8c14bf88
MD5 e73d49e31c93aa00127f5a7ef09db6c4
BLAKE2b-256 4653c648156001bd66c4310439ed41a45ec0332cde0eb6e33d66352dbc966f24

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp312-cp312-macosx_10_14_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 274a66868a498687641faf964f6eddbe70ccb5bee56239862ee0aa079415779e
MD5 96b5ca7373cf77313c80796059d35fc4
BLAKE2b-256 23f6b4d024a4afc006ff85a5fd19785e0da55e470a040692a83ea6a1fb51ac16

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp311-cp311-win_amd64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7068e14e8f557659c68bdf4d511571630721e1502efa87a70fe44023f3741645
MD5 99b7cb112927d7d46c2a287e110812a8
BLAKE2b-256 e49caed8b7c6c490c777c404131b3f6a68e4924fbc149620dc6d6a3563435371

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6c0408261ed85d0bd8e30716a3fd441d0c51a5563cf3a795a488eab9c492ea33
MD5 14d48319f0b852bfff5f567a0e9e8a0f
BLAKE2b-256 d19cb74d115031b9ab664c47e58ac7853667d90f73c1987dea739669a49d95b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 783f545c3999909164a975b97d99749b244b62651ce976ee76b8a171c62e827d
MD5 7a6968e45c5d7427019d9a886142b52f
BLAKE2b-256 a69deaba10de74cd7fad91174a49481327eaf61fe80a2ad1e4ad16594256bf9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 7ef0c81a798a64fc932e15d560ddc01021df9ed70b678367aec6e01f39d075c1
MD5 7755dd53ee50f8b0229271d1602fb1f3
BLAKE2b-256 b84fcf04c3e3d9af3a3a6c9537b3e878246516f85333e578118fc460acb205a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp311-cp311-macosx_10_14_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 29cae0dfa6c286c043d45572a39288f5a56ffb694a20a90c6946018241002d90
MD5 13b1734319fe05ff93267e9709300ea4
BLAKE2b-256 b5020b9d131198b916a94d277689d60da0d20a414578ac83c0ddca336b6cf7c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp310-cp310-win_amd64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86ffbbb1ec9ae503df1fcdfd5c3a8594d8b76fb4b8ebf0a697c1492f1f9cec1a
MD5 8dc838e1b0e2f1a5a85a4629d7247e60
BLAKE2b-256 321cf5a7eba839063100df3187fc5c24467f7ab2bee3c21c91e67bab3cf123c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 15d2d7e522e6d55dbf14e57fcac1d38d62c95479b847562004f9e7c97c139ee8
MD5 20b8f2f40adea84bdacc43ae0b481424
BLAKE2b-256 6740df08ba3d25f4c0b1625d811cfc82fe33e64f8b918b45aedd5ca17eea23e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5dddeecdb68fb95b4a3343a6ff89498fd7c222726706538f360132bfe3d8aebe
MD5 01b7b50c19ca0cf31ec84424828f9980
BLAKE2b-256 c39950496057d52241a77f0d2a021a73b97f25f6500c6f02a584a7b3d43c3e3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e18602465f5a96c3c973ab440f9263a0881034fb54810be20bc8cdb8b069456d
MD5 86f27b72b21c5d97ea4e0465774ea2b7
BLAKE2b-256 6285ee4bafafa70bc99904a61f06e7f5e36d06ab6b37335e687085786f9a248d

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp310-cp310-macosx_10_14_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b4eeb44949805d4a88de507636b01382da0527280a64ecb99bc4eb596a1a81e5
MD5 b498a865938159d912c08678b9ef3bd5
BLAKE2b-256 020e54a51e9a1379856aed1d0bd6e1200c124e14de5a11ee91b9a70f54e8d93f

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp39-cp39-win_amd64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ba6e57971d7b112eb372d805a809b36573f50c10a08a7ecc97e4039ec369a1f6
MD5 f56de5543a1b76ca1b1978edd2f51b8b
BLAKE2b-256 c967686155f7cef05ecd4e4a391bfb145a0065c66237405cbd82b719421e4273

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aafa02b77e9c94b858cf86bc69bfa72a3754b5cfe8a0e9c1c70c6cf5c8c6b0a6
MD5 3cc4834c7ff8a7df09e179ac79bedd60
BLAKE2b-256 dc7eb3b9fe2579035b6df924b589e9055d7f56397f22a5077b7a27738b27f262

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0241d7441c291a64a26f8ae3d9c23adccb392524a4a5555b32aff08c7c1766f2
MD5 e3665c79cbbaa55fefd44e62830ed6df
BLAKE2b-256 101528fa8c964b2e78b1f313944ada9636e35fb422427cfeb4dace6291d7a7e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

File details

Details for the file faiss_cpu-1.9.0.post1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.9.0.post1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a88ebc13a6827b2520eddd5f1c948f377c34cc07571ce6e4c0e6af0696a77288
MD5 c95835cc21999e6ebfc9251c809ea243
BLAKE2b-256 2d9bd7b1d82d05d8bf55fec54722bc5ece3b890c22ce10a98a671fcbc2661ca8

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.9.0.post1-cp39-cp39-macosx_10_14_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page