Nvidia 5000 toimiminen

#1
by esanahka - opened

Perus asennuksella tuli valitus: NVIDIA GeForce RTX 5070 Ti with CUDA capability sm_120 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_61 sm_70 sm_75 sm_80 sm_86 sm_90.

Tällä lähti toimimaan:

  1. pip uninstall -y torch torchvision torchaudio xformers triton
  2. pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu128

Sign up or log in to comment