mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-09-02 10:29:17 +00:00
6 lines
No EOL
212 B
Batchfile
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 |