This commit is contained in:
Dang Zerong
2026-03-06 16:13:22 +08:00
parent f2bac7213e
commit 4d3e2b2bb9

View File

@@ -81,3 +81,4 @@ if __name__ == "__main__":
for repo_id in repos:
print(f"Downloading huggingface repo {repo_id}...")
download_model(repo_id)
111