Passes metadata to get model size
This commit is contained in:
parent
24c931c374
commit
2fea4cadd3
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ def list_gguf_variants(
|
|||
"""
|
||||
from huggingface_hub import model_info as hf_model_info
|
||||
|
||||
info = hf_model_info(repo_id, token=hf_token)
|
||||
info = hf_model_info(repo_id, token=hf_token, files_metadata=True)
|
||||
variants: list[GgufVariantInfo] = []
|
||||
has_vision = False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue