Update fixforrx580.bat

This commit is contained in:
patientx 2025-08-07 21:19:30 +03:00 committed by GitHub
parent 60713b205d
commit ff66fa800b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,8 @@ Call "%VIRTUAL_ENV%\Scripts\activate.bat"
cls
pip uninstall torch torchvision torchaudio -y
pip install torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
pip install --force-reinstall torch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 --index-url https://download.pytorch.org/whl/cu118
pip install --force-reinstall transformers==4.51.3 safetensors==0.5.3
echo .....................................................
echo *** "Patching ZLUDA Again"
echo.
@ -30,3 +31,4 @@ echo .....................................................
echo *** Installation is done. --
echo .....................................................
echo.