Open joein opened 2 years ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
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.
poetry
can't installquaterion
withtorch==1.13.0
on macos x, downgradingtorch
to1.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)