Set blaslt_tensile_libpath to empty string instead of None

This commit is contained in:
Disty0
2025-02-15 18:04:42 +03:00
parent 09fa34047b
commit dc551bfd85
+1 -1
View File
@@ -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: