@@ -4,21 +4,21 @@ The supported way to install Faiss is through [conda](https://docs.conda.io).
4
4
Stable releases are pushed regularly to the pytorch conda channel, as well as
5
5
pre-release nightly builds.
6
6
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.
10
10
11
11
To install the latest stable release:
12
12
13
13
``` shell
14
14
# CPU-only version
15
- $ conda install -c pytorch faiss-cpu=1.8 .0
15
+ $ conda install -c pytorch faiss-cpu=1.9 .0
16
16
17
17
# 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
19
19
20
20
# 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
22
22
23
23
# GPU(+CPU) version using AMD ROCm not yet available
24
24
```
@@ -35,10 +35,10 @@ Nightly pre-release packages can be installed as follows:
35
35
$ conda install -c pytorch/label/nightly faiss-cpu
36
36
37
37
# 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
39
39
40
40
# 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
42
42
43
43
# GPU(+CPU) version using AMD ROCm not yet available
44
44
```
@@ -80,7 +80,7 @@ conda-forge package "feedstock".
80
80
81
81
Faiss can be built from source using CMake.
82
82
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
84
84
found to run on other platforms as well, see
85
85
[ other platforms] ( https://github.com/facebookresearch/faiss/wiki/Related-projects#bindings-to-other-languages-and-porting-to-other-platforms ) .
86
86
0 commit comments