From e4046bdd1f2165204cdc4bee6e935ecdd12f3a82 Mon Sep 17 00:00:00 2001 From: hoshi-hiyouga Date: Sat, 18 Jan 2025 12:35:03 +0800 Subject: [PATCH] [assets] update wechat (#6692) Former-commit-id: 70dba5fab6f4c9225758cafb646113d8e80ac084 --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beec708a..7cf47d9e 100644 --- a/README.md +++ b/README.md @@ -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 . ``` diff --git a/README_zh.md b/README_zh.md index c1b5d9e1..bf5c3fd7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -501,7 +501,7 @@ pip install . 2. 安装 transformers 的 main 分支版本。 ```bash -git clone -b https://github.com/huggingface/transformers.git +git clone -b main https://github.com/huggingface/transformers.git cd transformers pip install . ```