export FAISS_ENABLE_GPU=ON pip install --no-binary :all: faiss-cpu There are a few environment variables that specifies build-time options. CUDA_HOME: Specifies CUDA install location for building faiss-gpu package. FAISS_OPT_LEVEL: Faiss SIMD optimization, one ofgeneric,avx2. When set toavx2...