[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
2f5347cb4d
commit
1f861e185b
1 changed files with 1 additions and 1 deletions
|
|
@ -972,7 +972,7 @@ def list_gguf_variants(
|
|||
# (0, ...) recommended | (1, 0, size) other UD | (1, 1, size) non-UD
|
||||
return (0 if is_recommended else 1, 0 if is_ud else 1, v.size_bytes)
|
||||
|
||||
variants.sort(key=_sort_key)
|
||||
variants.sort(key = _sort_key)
|
||||
|
||||
return variants, has_vision
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue