mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Set blaslt_tensile_libpath to empty string instead of None
This commit is contained in:
+1
-1
@@ -210,7 +210,7 @@ else:
|
||||
is_wsl: bool = os.environ.get('WSL_DISTRO_NAME', 'unknown' if spawn('wslpath -w /') else None) is not None
|
||||
version_torch = get_version_torch()
|
||||
path = find()
|
||||
blaslt_tensile_libpath = None
|
||||
blaslt_tensile_libpath = ""
|
||||
is_installed = False
|
||||
version = None
|
||||
if path is not None:
|
||||
|
||||
Reference in New Issue
Block a user