kyamagu / faiss-wheels

Unofficial faiss wheel builder
MIT License
275 stars 35 forks source link

Add install dependency on numpy #79

Closed geoffreyblake closed 1 year ago

geoffreyblake commented 1 year ago

Add install dependency on numpy to fix failed imports of faiss if environment does not already have numpy installed.

Fixes issue #78

kyamagu commented 1 year ago

There seems a spurious error in the windows environment. Can be ignored at this moment.

test_local_search_quantizer.py::TestIndexIVFProductLocalSearchQuantizer::test_index_accuracy2