[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bb37bf46d6
commit
47fdc857f9
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ if sys.platform == "win32":
|
|||
_km = _re_bnb.search(r"rocm(\d+)", os.path.basename(p))
|
||||
return int(_km.group(1)) if _km else -1
|
||||
|
||||
for _dll in sorted(_dlls, key=_bnb_ver_key, reverse=True):
|
||||
for _dll in sorted(_dlls, key = _bnb_ver_key, reverse = True):
|
||||
_m = _re_bnb.search(
|
||||
r"libbitsandbytes_rocm(\d+)\.dll", os.path.basename(_dll)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue