5070ti could not be recognized in slicer 5.8.1.
The newest cuda 12.8 is only for 50series, but it could not be supported in slicer 5.8.1 which cuda version is 12.6.
Please help
Is it possible to install it manually such as go to terminal, then go to Slicer-5.8.1./bin and run ./PythonSlicer -m pip install to install pytorch with cu128?
(post deleted by author)
1 Like
There are indeed Python 3.9 whls for cu128 torch.
See https://download.pytorch.org/whl/torch/
torch-2.7.1+cu128-cp39-cp39-manylinux_2_28_aarch64.whl
torch-2.7.1+cu128-cp39-cp39-manylinux_2_28_x86_64.whl
torch-2.7.1+cu128-cp39-cp39-win_amd64.whl
1 Like