[misc] Modify pip install command for huggingface_hub (#9463)

This commit is contained in:
taohongsheng 2025-11-10 23:04:00 +08:00 committed by GitHub
parent a711bce664
commit 5afa851f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -463,7 +463,7 @@ You also can add a custom chat template to [template.py](src/llamafactory/data/t
Some datasets require confirmation before using them, so we recommend logging in with your Hugging Face account using these commands.
```bash
pip install --upgrade huggingface_hub
pip install "huggingface_hub<1.0.0"
huggingface-cli login
```