We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aef5cc commit 60d5325Copy full SHA for 60d5325
README.md
@@ -2,8 +2,8 @@
2
- Some useful tips for [faiss](https://github.com/facebookresearch/faiss)
3
- We suppose faiss is installed via conda:
4
```
5
- conda install faiss-cpu -c pytorch
6
- conda install faiss-gpu -c pytorch
+ conda install -c pytorch faiss-cpu
+ conda install -c pytorch -c nvidia faiss-gpu
7
8
- If you want to build faiss from source, see:
9
- [instruction](build.md)
0 commit comments