rom1504 / image_embeddings

Using efficientnet to provide embeddings for retrieval
https://rom1504.github.io/image_embeddings/
MIT License
151 stars 32 forks source link

Requirement faiss-cpu-noavx2 makes the package installation fail on Colab #28

Open Butanium opened 1 year ago

Butanium commented 1 year ago

See: https://github.com/kyamagu/faiss-wheels/issues/71?notification_referrer_id=NT_kwDOA1OJi7M2MDc0OTg4Mjg4OjU1ODA2MzQ3#event-8950534683

The problem was solved by using faiss-cpu instead of noavx as you suggested, maybe you could update the requirements accordingly ? Could that broke installation on other systems?