Commit 19cea3d2 authored by Ailing's avatar Ailing Committed by Lucas Hosseini

update conda install info for release 1.3.0 (#516)

parent 67c6506b
...@@ -8,7 +8,7 @@ INSTALL file for Faiss (Fair AI Similarity Search) ...@@ -8,7 +8,7 @@ INSTALL file for Faiss (Fair AI Similarity Search)
Install via Conda Install via Conda
----------------- -----------------
The easiest way to install FAISS is from anaconda. We regularly push stable releases to conda channel. FAISS conda package depends on mkl and numpy package shipped in conda. The easiest way to install FAISS is from anaconda. We regularly push stable releases to conda channel. FAISS conda package is built with conda gcc, depends on libgcc, mkl and numpy package shipped in conda in runtime.
Currently we support faiss-cpu on both Linux and OSX platforms. We also provide faiss-gpu compiled with CUDA8.0/CUDA9.0/CUDA9.1 on Linux systems. Currently we support faiss-cpu on both Linux and OSX platforms. We also provide faiss-gpu compiled with CUDA8.0/CUDA9.0/CUDA9.1 on Linux systems.
...@@ -18,7 +18,7 @@ You can easily install it by ...@@ -18,7 +18,7 @@ You can easily install it by
# CPU version only # CPU version only
conda install faiss-cpu -c pytorch conda install faiss-cpu -c pytorch
# Make sure you have CUDA installed before installing faiss-gpu, otherwise it falls back to CPU version # Make sure you have CUDA installed before installing faiss-gpu, otherwise it falls back to CPU version
conda install faiss-gpu -c pytorch # [DEFAULT]For CUDA8.0, comes with cudatoolkit8.0 conda install faiss-gpu -c pytorch # [DEFAULT]For CUDA8.0
conda install faiss-gpu cuda90 -c pytorch # For CUDA9.0 conda install faiss-gpu cuda90 -c pytorch # For CUDA9.0
conda install faiss-gpu cuda91 -c pytorch # For CUDA9.1 conda install faiss-gpu cuda91 -c pytorch # For CUDA9.1
# cuda90/cuda91 shown above is a feature, it doesn't install CUDA for you. # cuda90/cuda91 shown above is a feature, it doesn't install CUDA for you.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment