talemate/install-cuda.sh
vegu-ai-tools 26c21193b3
Some checks are pending
Python Tests / test (3.10) (push) Waiting to run
Python Tests / test (3.11) (push) Waiting to run
Python Tests / test (3.12) (push) Waiting to run
Python Tests / test (3.13) (push) Waiting to run
separate cuda install
2025-05-04 20:50:11 +03:00

10 lines
No EOL
295 B
Bash
Executable file

#!/bin/bash
# activate the virtual environment
source talemate_env/bin/activate
# uninstall torch and torchaudio
python -m pip uninstall torch torchaudio -y
# install torch and torchaudio
python -m pip install torch~=2.7.0 torchaudio~=2.7.0 --index-url https://download.pytorch.org/whl/cu128