Skip to content

Commit

Permalink
No longer skip all GGUF-tagged models
Browse files Browse the repository at this point in the history
We need to be smarter with it, e.g. only skip a GGUF model if there exists a model with the same name without GGUF?
  • Loading branch information
tomaarsen committed Jul 29, 2024
1 parent c59c56a commit 2d1dc09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,6 @@ def get_mteb_data(
for model in pbar:
if model.modelId in MODELS_TO_SKIP:
continue
if "gguf" in model.tags:
continue
pbar.set_description(f"Fetching {model.modelId!r} metadata")
meta = download_or_use_cache(model.modelId)
MODEL_INFOS[model.modelId] = {"metadata": meta}
Expand Down

0 comments on commit 2d1dc09

Please sign in to comment.