Skip to content

Commit

Permalink
Set blaslt_tensile_libpath to empty string instead of None
Browse files Browse the repository at this point in the history
  • Loading branch information
Disty0 committed Feb 15, 2025
1 parent 09fa340 commit dc551bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def get_flash_attention_command(agent: Agent):
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:
Expand Down

0 comments on commit dc551bf

Please sign in to comment.