Skip to content

Commit 60d5325

Browse files
committed
gpu install
1 parent 7aef5cc commit 60d5325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
- Some useful tips for [faiss](https://github.com/facebookresearch/faiss)
33
- We suppose faiss is installed via conda:
44
```
5-
conda install faiss-cpu -c pytorch
6-
conda install faiss-gpu -c pytorch
5+
conda install -c pytorch faiss-cpu
6+
conda install -c pytorch -c nvidia faiss-gpu
77
```
88
- If you want to build faiss from source, see:
99
- [instruction](build.md)

0 commit comments

Comments
 (0)