Metadata-Version: 2.2
Name: faiss-gpu-cu13-cuvs
Version: 1.15.0
Summary: FAISS GPU with CUDA 13 and NVIDIA cuVS for sm_75, sm_80, sm_86, and sm_90.
Keywords: search,nearest neighbors,faiss,cuda,cuvs
Author-Email: Di-Is <rhoxbox@gmail.com>
License: MIT License
         
         Copyright (c) 2024 Di-Is
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
         
         The major design pattern of this repository was based in Kota Yamaguchi's faiss-wheels, which is subject to the same license.
         Here is the original copyright notice for faiss-wheels:
         
         MIT License
         
         Copyright (c) 2019 Kota Yamaguchi
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
         
         This repository uses meta's faiss and is subject to the same license.
         Here is the original copyright notice for faiss:
         
         MIT License
         
         Copyright (c) Facebook, Inc. and its affiliates.
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Environment :: GPU :: NVIDIA CUDA
Classifier: Environment :: GPU :: NVIDIA CUDA :: 13
Project-URL: Homepage, https://github.com/Gabrieliam42/FAISS-GPU-CUDA-cuVS
Project-URL: Repository, https://github.com/Gabrieliam42/FAISS-GPU-CUDA-cuVS
Project-URL: Build scaffold, https://github.com/Di-Is/faiss-gpu-wheels
Project-URL: FAISS upstream, https://github.com/facebookresearch/faiss
Requires-Python: <3.13,>=3.12
Requires-Dist: numpy<3,>=2
Requires-Dist: packaging
Requires-Dist: cuda-toolkit==13.0.0
Requires-Dist: nvidia-cuda-runtime==13.0.48
Requires-Dist: nvidia-cublas==13.0.0.19
Requires-Dist: nvidia-curand==10.4.0.35
Requires-Dist: nvidia-cusolver==12.0.3.29
Requires-Dist: nvidia-cusparse==12.6.2.49
Requires-Dist: nvidia-nvjitlink==13.0.39
Requires-Dist: nvidia-nccl-cu13==2.27.7
Requires-Dist: libcuvs-cu13==26.6.0
Requires-Dist: libraft-cu13==26.6.0
Requires-Dist: librmm-cu13==26.6.0
Requires-Dist: rapids-logger==0.2.3
Description-Content-Type: text/markdown

# faiss-gpu-cu13-cuvs

Unofficial Python wheels for FAISS 1.15.0 with CUDA GPU and NVIDIA cuVS support.

This downstream package is built from the official FAISS source through the
`Di-Is/faiss-gpu-wheels` build scaffold. It is not an official FAISS release
artifact.

Project repository: https://github.com/Gabrieliam42/FAISS-GPU-CUDA-cuVS

## Target

- Python 3.12
- Linux x86-64 / WSL2
- CUDA 13.0
- NVIDIA cuVS 26.6.0
- Native GPU code for `sm_75`, `sm_80`, `sm_86`, and `sm_90`

## Install

```bash
pip install --extra-index-url https://pypi.nvidia.com faiss-gpu-cu13-cuvs==1.15.0
```

The host requires an NVIDIA driver compatible with CUDA 13.0. The package
dynamically loads CUDA and RAPIDS libraries supplied by Python distributions.
Its CUDA components are pinned to the versions used by PyTorch 2.9.1 CUDA
13.0. FAISS does not link to cuDNN, so it can coexist with the cuDNN package
required by the surrounding PyTorch stack.

CUDA 13.3 runtime components are not a declared target of this build; the
package intentionally pins the CUDA 13.0 component versions used by PyTorch
2.9.1+cu130.
