README: replace 'huggingface-cli download' with 'hf download'#268
Open
JustACluelessKidAtSchool wants to merge 1 commit intoQwenLM:mainfrom
Open
README: replace 'huggingface-cli download' with 'hf download'#268JustACluelessKidAtSchool wants to merge 1 commit intoQwenLM:mainfrom
JustACluelessKidAtSchool wants to merge 1 commit intoQwenLM:mainfrom
Conversation
## Summary This PR updates the Hugging Face download commands in `README.md` to use the current CLI form: - Replace `huggingface-cli download ...` with `hf download ...` ## Changes In the "Download through Hugging Face" section, six command lines were updated (around lines 95–100) with no other content changes. ## Why `hf download` is the modern command format and keeps the docs aligned with current Hugging Face CLI usage. ## Scope - Docs-only change - Single file: `README.md` - No functional/code changes
There was a problem hiding this comment.
Pull request overview
Updates the README’s Hugging Face model download instructions to use the newer hf download CLI invocation instead of huggingface-cli download.
Changes:
- Replaced six
huggingface-cli download ...commands withhf download ...in the “Download through Hugging Face” section.
Comments suppressed due to low confidence (1)
README.md:1
- hf
is not available in olderhuggingface_hub[cli]installs; to prevent confusion for users with pinned/older environments, consider adding a short note about the minimum supportedhuggingface_hubversion (or mention thathuggingface-cli download` is the legacy equivalent). This keeps the instructions self-contained and reduces support churn from “command not found: hf”.
# Qwen3-TTS
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the Hugging Face download commands in
README.mdto use the current CLI form:huggingface-cli download ...withhf download ...Changes
In the "Download through Hugging Face" section, six command lines were updated (around lines 95–100) with no other content changes.
Why
hf downloadis the modern command format and keeps the docs aligned with current Hugging Face CLI usage.Scope
README.md