diff --git a/patchzluda.bat b/patchzluda.bat index 0264ce4e3..b0795820d 100644 --- a/patchzluda.bat +++ b/patchzluda.bat @@ -1,6 +1,6 @@ @Echo off rmdir /S /q zluda -curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip +curl -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip tar -xf zluda.zip del zluda.zip copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y