Warning: `huggingface-cli` is deprecated and no longer works. Use `hf` instead.
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 40.3k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
Please update the setup_env.py file and replace huggingface-cli with hf
So it should become:
run_command(["hf", "download", hf_url, "--local-dir", model_dir], log_step="download_model")
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open setup_env.py and find the run_command invocation that uses huggingface-cli. Replace that command with hf as shown in the issue, then run the relevant setup or download flow to confirm the model download completes without the deprecation failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- huggingface, python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100