@@ -4,21 +4,21 @@ The supported way to install Faiss is through [conda](https://docs.conda.io).
44Stable releases are pushed regularly to the pytorch conda channel, as well as
55pre-release nightly builds.
66
7- - The CPU-only faiss-cpu conda package is currently available on Linux (x86_64 and arm64 ), OSX (arm64 only), and Windows (x86_64 )
8- - faiss-gpu, containing both CPU and GPU indices, is available on Linux (x86_64 only) for CUDA 11.4 and 12.1
9- - NEW: faiss-gpu-raft containing both CPU and GPU indices provided by NVIDIA RAFT, is available on Linux (x86_64 only) for CUDA 11.8 and 12.1.
7+ - The CPU-only faiss-cpu conda package is currently available on Linux (x86-64 and aarch64 ), OSX (arm64 only), and Windows (x86-64 )
8+ - faiss-gpu, containing both CPU and GPU indices, is available on Linux (x86-64 only) for CUDA 11.4 and 12.1
9+ - faiss-gpu-raft containing both CPU and GPU indices provided by NVIDIA RAFT, is available on Linux (x86-64 only) for CUDA 11.8 and 12.1.
1010
1111To install the latest stable release:
1212
1313``` shell
1414# CPU-only version
15- $ conda install -c pytorch faiss-cpu=1.8 .0
15+ $ conda install -c pytorch faiss-cpu=1.9 .0
1616
1717# GPU(+CPU) version
18- $ conda install -c pytorch -c nvidia faiss-gpu=1.8 .0
18+ $ conda install -c pytorch -c nvidia faiss-gpu=1.9 .0
1919
2020# GPU(+CPU) version with NVIDIA RAFT
21- $ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8 .0
21+ $ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.9 .0
2222
2323# GPU(+CPU) version using AMD ROCm not yet available
2424```
@@ -35,10 +35,10 @@ Nightly pre-release packages can be installed as follows:
3535$ conda install -c pytorch/label/nightly faiss-cpu
3636
3737# GPU(+CPU) version
38- $ conda install -c pytorch/label/nightly -c nvidia faiss-gpu=1.8 .0
38+ $ conda install -c pytorch/label/nightly -c nvidia faiss-gpu=1.9 .0
3939
4040# GPU(+CPU) version with NVIDIA RAFT
41- conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.8 .0 pytorch pytorch-cuda numpy
41+ conda install -c pytorch -c nvidia -c rapidsai -c conda-forge faiss-gpu-raft=1.9 .0 pytorch pytorch-cuda numpy
4242
4343# GPU(+CPU) version using AMD ROCm not yet available
4444```
@@ -80,7 +80,7 @@ conda-forge package "feedstock".
8080
8181Faiss can be built from source using CMake.
8282
83- Faiss is supported on x86_64 machines on Linux, OSX, and Windows. It has been
83+ Faiss is supported on x86-64 machines on Linux, OSX, and Windows. It has been
8484found to run on other platforms as well, see
8585[ other platforms] ( https://github.com/facebookresearch/faiss/wiki/Related-projects#bindings-to-other-languages-and-porting-to-other-platforms ) .
8686
0 commit comments