initial commit

This commit is contained in:
FinalWombat
2023-05-05 00:50:02 +03:00
commit 6d93b041c5
232 changed files with 39974 additions and 0 deletions

6
install-pytorch-cuda.bat Normal file
View 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