mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 11:47:48 +01:00
6 lines
212 B
Batchfile
6 lines
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 |