Skip to content

Commit

Permalink
Added version to nighly install (facebookresearch#2982)
Browse files Browse the repository at this point in the history
Summary:
The gpu nightly package install command did not install v1.7.4, see [P801820926](https://www.internalfb.com/intern/paste/P801820926)

Adding the version fixes this issue, see [P801849181](https://www.internalfb.com/intern/paste/P801849181)

Funnily enough, faiss-cpu nightly command works fine, see [P801848411](https://www.internalfb.com/intern/paste/P801848411)

Pull Request resolved: facebookresearch#2982

Reviewed By: mdouze

Differential Revision: D47952190

Pulled By: mlomeli1

fbshipit-source-id: 2185197e0a513c7da441d791c0b373f06f570f62
  • Loading branch information
mlomeli1 authored and facebook-github-bot committed Aug 1, 2023
1 parent 5a95d47 commit 35dac92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependency where necessary:
$ conda install -c pytorch/label/nightly faiss-cpu

# GPU(+CPU) version
$ conda install -c pytorch/label/nightly -c nvidia faiss-gpu
$ conda install -c pytorch/label/nightly -c nvidia faiss-gpu=1.7.4
```

A combination of versions that installs GPU Faiss with CUDA 11.4 and Pytorch (as of 2023-06-19):
Expand Down

0 comments on commit 35dac92

Please sign in to comment.