You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PyPI package does not install <ahref="https://pytorch.org/get-started/locally/"target="_blank"rel="noopener noreferrer">Pytorch</a> because there is no option to build that package specifying exactly the CUDA version you want to use. There are a few solutions to set up ``pyproject.toml`` with poetry and specify the CUDA version, as discussed <ahref="https://github.com/python-poetry/poetry/issues/6409"target="_blank"rel="noopener noreferrer">here</a>, but then PyPI package can not be built (as stated <ahref="https://peps.python.org/pep-0440/#direct-references"target="_blank"rel="noopener noreferrer">here</a>).
0 commit comments