install the dependencies
pip install -r requirements.txt
install the faiss-gpu package via conda
conda install -c pytorch -c nvidia faiss-gpu=1.8.0
install the optvq package
pip install -e .
Successfully built optvq
Installing collected packages: optvq
Successfully installed optvq-0.1.
but i get ModuleNotFoundError: No module named 'optvq'