talemate/install-pytorch-cuda.bat
2023-09-17 16:46:42 +03:00

6 lines
No EOL
212 B
Batchfile

REM activate the virtual environment
call talemate_env\Scripts\activate
REM install pytouch+cuda
pip uninstall torch -y
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118