faiss_prebuilt
faiss_prebuilt copied to clipboard
Prebuilt .whl files for MacOS + Linux of the Facebook FAISS library
环境: `pip install faiss==1.5.3` 问题: 当 numpy 版本为1.13.3时,安装`faiss`后, 执行 `faiss`会报错`ImportError: No module named '_swigfaiss'` 解决: ``` pip uninstall numpy faiss -y pip install numpy==1.16.2 pip install faiss ``` 建议: 在依赖文件中指定...
see https://pypi.org/project/faiss/#files
Would this repo plan to add more version of Faiss on PyPi? Thanks!
It looks like the published version of this package is 1.5.3, but it is actually faiss 1.5.1. It would be good if the version numbers were synced up with the...