qdrant / quaterion

Blazing fast framework for fine-tuning similarity learning models
https://quaterion.qdrant.tech/
Apache License 2.0
640 stars 45 forks source link

Quaterion fails to install on macos via poetry #184

Open joein opened 2 years ago

joein commented 2 years ago

poetry can't install quaterion with torch==1.13.0 on macos x, downgrading torch to 1.12.1 fixes the issue.

Fails to install the following modules: • nvidia-cublas-cu11 (11.10.3.66) • nvidia-cuda-nvrtc-cu11 (11.7.99) • nvidia-cuda-runtime-cu11 (11.7.99) • nvidia-cudnn-cu11 (8.5.0.96)

netlify[bot] commented 2 years ago

Deploy Preview for capable-unicorn-d5e336 ready!

Name Link
Latest commit 0bea43dba83e11d9d863805f6a702f4709a8c49f
Latest deploy log https://app.netlify.com/sites/capable-unicorn-d5e336/deploys/63625fd9c50ee60008892e29
Deploy Preview https://deploy-preview-184--capable-unicorn-d5e336.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

joein commented 2 years ago

Related issues in pytorch and poetry repos:

https://github.com/pytorch/pytorch/issues/88049

https://github.com/python-poetry/poetry/issues/6939

Until these issues are resolved, macOS users should either explicitly set torch = ">=1.8.2,<1.13.0" in pyproject.toml or install quaterion via pip. However, the later is undesirable.