mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-05-18 05:05:39 +02:00
initial commit
This commit is contained in:
6
install-pytorch-cuda.bat
Normal file
6
install-pytorch-cuda.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user