mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
fix: remove trailing whitespace
This commit is contained in:
@@ -154,7 +154,7 @@ def _get_libs_pkg() -> str:
|
||||
if therock:
|
||||
suffix = therock.rsplit("/", 1)[-1]
|
||||
if suffix.startswith("amd-torch-device-"):
|
||||
suffix = suffix[len("amd-torch-device-"):]
|
||||
suffix = suffix[len("amd-torch-device-"):]
|
||||
suffix = suffix.replace("-", "_")
|
||||
folder = "_rocm_sdk_libraries_" + suffix
|
||||
if folder in candidates:
|
||||
|
||||
Reference in New Issue
Block a user