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?