mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 00:34:33 +02:00
fix
This commit is contained in:
+1
-1
@@ -565,7 +565,7 @@ def install_rocm_zluda(torch_command):
|
||||
continue
|
||||
supported_archs.append(file[6:-3])
|
||||
for gpu in hip_visible_devices:
|
||||
if gpu not in supported_archs:
|
||||
if gpu[1] not in supported_archs:
|
||||
hipblaslt_available = False
|
||||
break
|
||||
log.debug(f'hipBLASLt supported_archs={supported_archs}, available={hipblaslt_available}')
|
||||
|
||||
Reference in New Issue
Block a user