mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
fix zluda
This commit is contained in:
committed by
Vladimir Mandic
parent
72e938621b
commit
f6ef263c0c
+1
-1
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user