mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-11-28 19:24:20 +08:00
[misc] Modify pip install command for huggingface_hub (#9463)
This commit is contained in:
parent
a711bce664
commit
5afa851f71
@ -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.
|
Some datasets require confirmation before using them, so we recommend logging in with your Hugging Face account using these commands.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install --upgrade huggingface_hub
|
pip install "huggingface_hub<1.0.0"
|
||||||
huggingface-cli login
|
huggingface-cli login
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user