looks like torch version related error
looks like torch version related error
python -c "import torch; print(torch.cuda.is_available())"
python -c "import torch; print(torch.__version__)"
1.13.1+cu117torch==1.13.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" \
hashes
torchaudio==0.13.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" \
hashes
torchdiffeq==0.2.3 ; python_version >= "3.8" and python_version < "3.12" and python_full_version != "3.9.7" \
hashes
torchlibrosa==0.0.7 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" \
hashes
torchsde==0.2.5 ; python_version >= "3.8" and python_version < "3.12" and python_full_version != "3.9.7" \
hashes
torchvision==0.14.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" \
hashespython -c "import torch; print(torch.cuda.is_available())"pip3 install torch==1.13.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118