Skip to content

[doc] list the hf downloaded models #17940

New issue

Have a question about this project? Sign up for a free account to open an issue and contact its maintainers and the community.

By clicking “Sign up for ”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on ? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reidliu41
Copy link
Contributor

@reidliu41 reidliu41 commented May 10, 2025

$ huggingface-cli scan-cache --help
usage: huggingface-cli <command> [<args>] scan-cache [-h] [--dir DIR] [-v]

options:
  -h, --help     show this help message and exit
  --dir DIR      cache directory to scan (optional). Default to the default HuggingFace cache.
  -v, --verbose  show a more verbose output

$ huggingface-cli scan-cache
REPO ID                                                         REPO TYPE REVISION                                 SIZE ON DISK NB FILES LAST_MODIFIED REFS       LOCAL PATH
--------------------------------------------------------------- --------- ---------------------------------------- ------------ -------- ------------- ---------- -------------------------------------------------------------------------------------------------------------------------------------------------------------
unsloth/Llama-3.2-1B-Instruct                                   model     9b58d4a36161a1e49ecf0a69d20b2736fef8e438         2.5G        6 3 weeks ago   main       /home/xx/.cache/huggingface/hub/models--unsloth--Llama-3.2-1B-Instruct/snapshots/9b58d4a36161a1e49ecf0a69d20b2736fef8e438
unsloth/tinyllama-bnb-4bit                                      model     c6cc31241054c2fe9b4c804f398faffe1254728f       764.8M        7 5 weeks ago   main       /home/xx/.cache/huggingface/hub/models--unsloth--tinyllama-bnb-4bit/snapshots/c6cc31241054c2fe9b4c804f398faffe1254728f
yard1/llama-2-7b-sql-lora-test                                  model     0dfa347e8877a4d4ed19ee56c140fa518470028c        43.6M        9 5 weeks ago   main       /home/xx/.cache/huggingface/hub/models--yard1--llama-2-7b-sql-lora-test/snapshots/0dfa347e8877a4d4ed19ee56c140fa518470028c

@github-actionsGitHub Actions
Copy link

-actions bot commented May 10, 2025

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@mergifymergify bot added the documentationImprovements or additions to documentationlabel May 10, 2025
@DarkLight1337DarkLight1337 requested a review from hmellor May 11, 2025 03:04
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Labels
documentationImprovements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
@reidliu41