Skip to content

Commit

Permalink
Fix bug with pip whl links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMChan authored Jul 12, 2021
1 parent 5b3cc7a commit b740a7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ When installing FAISS from source, it is necessary to build and install both the
If you do not want to use 10.2, you can download using pip from our hosted sources:
```
# CUDA 11.0
pip3 install tsnecuda==3.0.0+cu110 -f https://tsnecuda.isx.ai/whl/tsnecuda_stable.html
pip3 install tsnecuda==3.0.0+cu110 -f https://tsnecuda.isx.ai/tsnecuda_stable.html
# CUDA 11.1
pip3 install tsnecuda==3.0.0+cu111 -f https://tsnecuda.isx.ai/whl/tsnecuda_stable.html
pip3 install tsnecuda==3.0.0+cu111 -f https://tsnecuda.isx.ai/tsnecuda_stable.html
# CUDA 11.2
pip3 install tsnecuda==3.0.0+cu112 -f https://tsnecuda.isx.ai/whl/tsnecuda_stable.html
pip3 install tsnecuda==3.0.0+cu112 -f https://tsnecuda.isx.ai/tsnecuda_stable.html
# CUDA 11.3
pip3 install tsnecuda==3.0.0+cu113 -f https://tsnecuda.isx.ai/whl/tsnecuda_stable.html
pip3 install tsnecuda==3.0.0+cu113 -f https://tsnecuda.isx.ai/tsnecuda_stable.html
# CUDA 10.1
pip3 install tsnecuda==3.0.0+cu101 -f https://tsnecuda.isx.ai/whl/tsnecuda_stable.html
pip3 install tsnecuda==3.0.0+cu101 -f https://tsnecuda.isx.ai/tsnecuda_stable.html
```


Expand Down

0 comments on commit b740a7d

Please sign in to comment.