From cb0eb55516a65552a36a75ec6754d8116def2b60 Mon Sep 17 00:00:00 2001 From: Seunghoon Lee Date: Fri, 21 Feb 2025 12:12:57 +0900 Subject: [PATCH] zluda hotfix --- modules/zluda_installer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/zluda_installer.py b/modules/zluda_installer.py index 5434efd4b..719ee9272 100644 --- a/modules/zluda_installer.py +++ b/modules/zluda_installer.py @@ -10,7 +10,6 @@ from modules import rocm DLL_MAPPING = { - 'cudart.dll': 'cudart64_110.dll', 'cublas.dll': 'cublas64_11.dll', 'cusparse.dll': 'cusparse64_11.dll', 'cufft.dll': 'cufft64_10.dll',