mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
Update patchzluda.bat
This commit is contained in:
parent
3d4e5bdb52
commit
2a18dc9371
@ -1,7 +1,7 @@
|
|||||||
@Echo off
|
@Echo off
|
||||||
rmdir /S /q zluda
|
rmdir /S /q zluda
|
||||||
curl -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip
|
%SystemRoot%\system32\curl.exe -sL --ssl-no-revoke https://github.com/lshqqytiger/ZLUDA/releases/download/rel.c0804ca624963aab420cb418412b1c7fbae3454b/ZLUDA-windows-rocm5-amd64.zip > zluda.zip
|
||||||
tar -xf zluda.zip
|
%SystemRoot%\system32\tar.exe -xf zluda.zip
|
||||||
del zluda.zip
|
del zluda.zip
|
||||||
copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y
|
copy zluda\cublas.dll venv\Lib\site-packages\torch\lib\cublas64_11.dll /y
|
||||||
copy zluda\cusparse.dll venv\Lib\site-packages\torch\lib\cusparse64_11.dll /y
|
copy zluda\cusparse.dll venv\Lib\site-packages\torch\lib\cusparse64_11.dll /y
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user