[assets] update wechat (#6692)

Former-commit-id: 17b470630d
This commit is contained in:
hoshi-hiyouga
2025-01-18 12:35:03 +08:00
committed by GitHub
parent f87c788154
commit ee0b3b1e1a
4 changed files with 2 additions and 2 deletions

View File

@@ -499,7 +499,7 @@ pip install .
2. Install transformers from the main branch.
```bash
git clone -b https://github.com/huggingface/transformers.git
git clone -b main https://github.com/huggingface/transformers.git
cd transformers
pip install .
```