From f6ef263c0c958d2b66a98515a10610aab780aecc Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Sat, 24 Feb 2024 15:54:08 +0900 Subject: [PATCH] fix zluda --- installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.py b/installer.py index 1d1c22f18..1ee471bd3 100644 --- a/installer.py +++ b/installer.py @@ -923,7 +923,7 @@ def patch_zluda(): venv_dir = os.environ.get('VENV_DIR', os.path.dirname(shutil.which('python'))) dlls_to_patch = { 'cublas.dll': 'cublas64_11.dll', - 'cudnn.dll': 'cudnn64_8.dll', + #'cudnn.dll': 'cudnn64_8.dll', 'cusparse.dll': 'cusparse64_11.dll', 'nvrtc.dll': 'nvrtc64_112_0.dll', }