Installing faiss on Google Colaboratory
问题 I try to follow instruction on the MUSE project. They require PyTorch and Faiss. PyTorch is easy to install. But I found problem with installing Faiss. The instruction on MUSE tell me to use conda install faiss-cpu -c pytorch But Google Colab doesn't support conda (When I tried !pip install conda , it didn't work) And Faiss didn't work when I !pip install faiss either. Is there a way to install Faiss or conda? 回答1: Here's how I eventually install faiss. !wget https://anaconda.org/pytorch