Update patchzluda-n.bat

This commit is contained in:
patientx 2025-08-24 01:13:12 +03:00 committed by GitHub
parent 9904a181e0
commit bd3da62653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ pip uninstall torch torchvision torchaudio -y --quiet
rmdir /S /Q "venv\Lib\site-packages\torch" 2>nul
echo :: Installing torch 2.7 - torchaudio 2.7 and torchvision 0.22
pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu118 --quiet
pip install numpy==1.26.4 --quiet
rmdir /S /Q zluda 2>nul
mkdir zluda
cd zluda
@ -34,3 +35,4 @@ echo :: ZLUDA 3.9.5 nightly patched for HIP SDK 6.2.4 / 6.4.2 with miopen and t
pause