From 5afa851f717e8c750782df6dad612c191905c905 Mon Sep 17 00:00:00 2001 From: taohongsheng <49047699+taohongsheng@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:04:00 +0800 Subject: [PATCH] [misc] Modify pip install command for huggingface_hub (#9463) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7987c4..2717219a 100644 --- a/README.md +++ b/README.md @@ -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 ```