mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 14:20:49 +08:00
Update patchzluda.bat
This commit is contained in:
parent
2b6494ee16
commit
9c4ff71e18
@ -1,10 +1,10 @@
|
||||
@Echo off
|
||||
rmdir /S /q zluda
|
||||
curl -s -L https://github.com/lshqqytiger/ZLUDA/releases/download/rel.11cc5844514f93161e0e74387f04e2c537705a82/ZLUDA-windows-amd64.zip > zluda.zip
|
||||
curl -s -L 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
|
||||
copy zluda\cusparse.dll venv\Lib\site-packages\torch\lib\cusparse64_11.dll /y
|
||||
copy zluda\nvrtc.dll venv\Lib\site-packages\torch\lib\nvrtc64_112_0.dll /y
|
||||
echo.
|
||||
@echo * ZLUDA is patched.
|
||||
@echo * ZLUDA is patched. (Zluda 3.8.4 for HIP SDK 5.7)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user