From 9dee45c57cb4a2a11de979389adbfccdcf89667d Mon Sep 17 00:00:00 2001 From: patientx Date: Sat, 31 May 2025 16:43:19 +0300 Subject: [PATCH] Update install-n.bat --- install-n.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-n.bat b/install-n.bat index 09ae033cf..4eea7d85d 100644 --- a/install-n.bat +++ b/install-n.bat @@ -96,8 +96,8 @@ copy zluda\cusparse.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cusparse64_11. copy %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc64_112_0.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc_cuda.dll /y >NUL copy zluda\nvrtc.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\nvrtc64_112_0.dll /y >NUL copy zluda\cudnn.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cudnn64_9.dll /y >NUL -copy zluda\cufft.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufft64_10.dll /y -copy zluda\cufftw.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufftw64_10.dll /y +copy zluda\cufft.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufft64_10.dll /y >NUL +copy zluda\cufftw.dll %VIRTUAL_ENV%\Lib\site-packages\torch\lib\cufftw64_10.dll /y >NUL copy comfy\customzluda\zluda.py comfy\zluda.py /y >NUL echo :: %time:~0,8% :: - ZLUDA patched for HIP SDK 6.2.4 with miopen and triton-flash attention.