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.10.0.tar.gz (69.2 kB view details)

Uploaded Source

Built Distributions

faiss_cpu-1.10.0-cp313-cp313-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.13 Windows x86-64

faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ x86-64

faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13 manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13 macOS 11.0+ ARM64

faiss_cpu-1.10.0-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.10.0-cp312-cp312-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.12 Windows x86-64

faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

faiss_cpu-1.10.0-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.10.0-cp311-cp311-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.11 Windows x86-64

faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

faiss_cpu-1.10.0-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.10.0-cp310-cp310-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.10 Windows x86-64

faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

faiss_cpu-1.10.0-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.10.0-cp39-cp39-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_x86_64.whl (30.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

faiss_cpu-1.10.0-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.10.0.tar.gz.

File metadata

  • Download URL: faiss_cpu-1.10.0.tar.gz
  • Upload date:
  • Size: 69.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for faiss_cpu-1.10.0.tar.gz
Algorithm Hash digest
SHA256 5bdca555f24bc036f4d67f8a5a4d6cc91b8d2126d4e78de496ca23ccd46e479d
MD5 ac5926f12ecdc2ddd74ca86882dfa130
BLAKE2b-256 911b6fe5dbe5be0240cfd82b52bd7c186655c578d935c0ce2e713c100e6f8cce

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e71f7e24d5b02d3a51df47b77bd10f394a1b48a8331d5c817e71e9e27a8a75ac
MD5 bb1120ef3d0fc2d3191e47f6c3411b97
BLAKE2b-256 2c9a6c496e0189897761978653177386452d62f4060579413d109bff05f458f2

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e02af3696a6b9e1f9072e502f48095a305de2163c42ceb1f6f6b1db9e7ffe574
MD5 5a6f9ce6e0b69012a25a15f79ccf0ff0
BLAKE2b-256 4f9b759962f2c34800058f6a76457df3b0ab93b24f383650ea1ef0231acd322c

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 035e4d797e2db7fc0d0c90531d4a655d089ad5d1382b7a49358c1f2307b3a309
MD5 12bfdbfa12511b1b1b2ffc5611557d0f
BLAKE2b-256 bdfac2ad85b017a5754f6cdb09c179f8c4f4198d2a264046a8daa7a4d080521f

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82ca5098de694e7b8495c1a8770e2c08df6e834922546dad0ae1284ff519ced6
MD5 01abf5899cae10581df0433813da8935
BLAKE2b-256 18f10e979277831af337739dbacf386d8a359a05eef9642df23d36e6c7d1b1a9

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 cb8473d69c3964c1bf3f8eb3e04287bb3275f536e6d9635ef32242b5f506b45d
MD5 9de2ed2a1f9fb315314e2ee0e4187ef4
BLAKE2b-256 932523239a83142faa319c4f8c025e25fec6cccc7418995eba3515218a57a45b

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 345a52dbfa980d24b93c94410eadf82d1eef359c6a42e5e0768cca96539f1c3c
MD5 5a67df330d6c0b2ec9253853d8ee8322
BLAKE2b-256 17f0194727b9e6e282e2877bc001ba886228f6af52e9a6730bbdb223e38591c3

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9899c340f92bd94071d6faf4bef0ccb5362843daea42144d4ba857a2a1f67511
MD5 a0f4e5341ac5d495ab3608a044fc94e0
BLAKE2b-256 78d90b78c474289f23b31283d8fb64c8e6a522a7fa47b131a3c6c141c8e6639d

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 449f3eb778d6d937e01a16a3170de4bb8aabfe87c7cb479b458fb790276310c5
MD5 7819dec57eb5e089cacd74efb03705bc
BLAKE2b-256 2e345b1463c450c9a6de3109caf8f38fbf0c329ef940ed1973fcf8c8ec7fa27e

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1108a4059c66c37c403183e566ca1ed0974a6af7557c92d49207639aab661bc
MD5 59f38f381a2656034fe4ec0ce720d9ec
BLAKE2b-256 be5640901306324a17fbc1eee8a6e86ba67bd99a67e768ce9908f271e648e9e0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 2aca486fe2d680ea64a18d356206c91ff85db99fd34c19a757298c67c23262b1
MD5 21daff88ac9bd0280c894bcf51aa70ba
BLAKE2b-256 bdccf6aa1288dbb40b2a4f101d16900885e056541f37d8d08ec70462e92cf277

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6f8c0ef8b615c12c7bf612bd1fc51cffa49c1ddaa6207c6981f01ab6782e6b3b
MD5 ab08530a472cc773dc901a07b6cc8469
BLAKE2b-256 2c2dd2a4171a9cca9a7c04cd9d6f9441a37f1e0558724b90bf7fc7db08553601

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49b6647aa9e159a2c4603cbff2e1b313becd98ad6e851737ab325c74fe8e0278
MD5 ff5ac7a716df7c01c7d40c5c76d74e57
BLAKE2b-256 cbcf9caa08ca4e21ab935f82be0713e5d60566140414c3fff7932d9427c8fd72

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a9fef4039ed877d40e41d5563417b154c7f8cd57621487dad13c4eb4f32515f
MD5 39f806166847552cb411540239baa4ef
BLAKE2b-256 af45588a02e60daa73f6052611334fbbdffcedf37122320f1c91cb90f3e69b96

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb80b530a9ded44a7d4031a7355a237aaa0ff1f150c1176df050e0254ea5f6f6
MD5 6215e64e71951c768cf3597bfafa84f3
BLAKE2b-256 8d83fc9028f6d6aec2c2f219f53a5d4a2b279434715643242e59a2e9755b1ce0

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8ff6924b0f00df278afe70940ae86302066466580724c2f3238860039e9946f1
MD5 399a23f774567dd3f9fc027460dd666d
BLAKE2b-256 789381800f41cb2c719c199d3eb534fcc154853123261d841e37482e8e468619

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 dcd0cb2ec84698cbe3df9ed247d2392f09bda041ad34b92d38fa916cd019ad4b
MD5 cac7ff067905b029b8347cb91af0cb05
BLAKE2b-256 d639298ffcbefd899e84a43e63df217a6dc800d52bca37ebe0d1155ff367886a

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 473d158fbd638d6ad5fb64469ba79a9f09d3494b5f4e8dfb4f40ce2fc335dca4
MD5 ec49a53a6e8cf6a14528284f42095bbf
BLAKE2b-256 aa40624f0002bb777e37aac1aadfadec1eb4391be6ad05b7fcfbf66049b99a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74c5712d4890f15c661ab7b1b75867812e9596e1469759956fad900999bedbb5
MD5 e822ddc3e7f9a908c4b8d4cbede0b4dc
BLAKE2b-256 743ae146861019d9290e0198b3470b8d13a658c3b5f228abefc3658ce0afd63d

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70ebe60a560414dc8dd6cfe8fed105c8f002c0d11f765f5adfe8d63d42c0467f
MD5 0a36582958c2abd6d819c6d1484f548d
BLAKE2b-256 5146f4d9de34ed1b06300b1a75b824d4857963216f5826de33f291af78088e39

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6693474be296a7142ade1051ea18e7d85cedbfdee4b7eac9c52f83fed0467855
MD5 b3f1d00dfc1e6841f9f42c513b2834e7
BLAKE2b-256 8b5687eb506d8634f08fc7c63d1ca5631aeec7d6b9afbfabedf2cb7a2a804b13

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: faiss_cpu-1.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 13.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for faiss_cpu-1.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cb77a6a5f304890c23ffb4c566bc819c0e0cf34370b20ddff02477f2bbbaf7a3
MD5 834532b6140dbcae0d26a38f523ea9f1
BLAKE2b-256 82815e3fee57a889ef5b87599b8d69cf8a897848f88bf9171394695e17a4a509

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dadbbb834ddc34ca7e21411811833cebaae4c5a86198dd7c2a349dbe4e7e0398
MD5 e040144a29817cb6d441aeef39b430b9
BLAKE2b-256 8a6021447b2c68869c90c46e46d6391eb6df6ecf7294e9409848c0c0bf1ed9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f15b7957d474391fc63f02bfb8011b95317a580e4d9bd70c276f4bc179a17b3
MD5 325bc183c152d9e5a548451d268306d8
BLAKE2b-256 45f2e16ea4132a77bcf36d6616fc53e89b3a6be41220362bd2d43d8c8a72b502

See more details on using hashes here.

Provenance

The following attestation bundles were made for faiss_cpu-1.10.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f71c5860c860df2320299f9e4f2ca1725beb559c04acb1cf961ed24e6218277a
MD5 63e7457cb4747e1a403846665c039f89
BLAKE2b-256 d6876df14577034ab986bf98a11e94ee8912dff4363bc54b04f5a09b59d21816

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file faiss_cpu-1.10.0-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for faiss_cpu-1.10.0-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 3118b5d7680b0e0a3cd64b3d29389d8384de4298739504fc661b658109540b4b
MD5 0e1d5bbf45fdb2f712f6b9b6f862debe
BLAKE2b-256 02678876ed3d6b6a4b4ff7e5c0b12ee060d189c0067dbb6401531e83cf92b77e

See more details on using hashes here.

Provenance

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

Publisher: build.yml on kyamagu/faiss-wheels

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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