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 74821f9 commit afdb0f2Copy full SHA for afdb0f2
docs/get_started.md
@@ -15,7 +15,7 @@ We recommend to start in a new conda environment or a new PyTorch docker contain
15
```bash
16
pip install -r requirements.txt
17
# faiss gpu version, or `faiss-cpu` for cpu-only version
18
- conda install -c pytorch faiss-gpu
+ conda install -c pytorch faiss-gpu -y
19
```
20
21
```{admonition} Operating Systems
environment.yml
@@ -1,7 +1,7 @@
1
name: fast-image-retrieval
2
dependencies:
3
- python=3.8
4
- - faiss
+ - faiss-gpu
5
- pip
6
- pip:
7
- -r requirements.txt
0 commit comments