Skip to content

Commit

Permalink
Add logging for download_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisAsanaka committed Feb 15, 2025
1 parent faff6e4 commit 8d5f5f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# ///
from huggingface_hub import snapshot_download

print("Downloading models...")
snapshot_download(
repo_id="opendatalab/pdf-extract-kit-1.0",
local_dir="./",
Expand All @@ -16,3 +17,4 @@
"models/TabRec/*",
],
)
print("Download complete.")

0 comments on commit 8d5f5f9

Please sign in to comment.