Commit bfad740a authored by zhougaofeng's avatar zhougaofeng
Browse files

Update README.md

parent 25dbaf46
...@@ -75,6 +75,10 @@ pip install -r requirements.txt ...@@ -75,6 +75,10 @@ pip install -r requirements.txt
├── alpaca_en_demo.json.json ├── alpaca_en_demo.json.json
└── alpaca_zh_demo.json.json └── alpaca_zh_demo.json.json
``` ```
## 模型下载
Yi-1.5-6B-chat下载地址(https://hf-mirror.com/01-ai/Yi-1.5-6B-Chat)
[快速下载通道](http://113.200.138.88:18080/aimodels/01-ai/Yi-1.5-6B-Chat)
## 训练 ## 训练
...@@ -83,12 +87,13 @@ pip install -r requirements.txt ...@@ -83,12 +87,13 @@ pip install -r requirements.txt
### 单机单卡 ### 单机单卡
``` ```
cd fintune cd finetune
sh single_node.sh sh single_node.sh
``` ```
### 单机多卡 ### 单机多卡
``` ```
cd finetune
sh multi_node.sh sh multi_node.sh
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment