merge: cli/hf-search.py

pull/4678/head
vladmandic 2026-03-12 14:11:47 +01:00
parent b2f95b91bf
commit 64e193b60b
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ if __name__ == "__main__":
full=True,
limit=100,
sort="downloads",
direction=-1,
)
res = sorted(res, key=lambda x: x.id)
exact = [m for m in res if keyword.lower() in m.id.lower()]