Commit 8f2dbdd6 authored by dcuai's avatar dcuai
Browse files

Update README.md

parent db1de1e2
...@@ -86,10 +86,9 @@ pip install auto-gptq -i https://pypi.mirrors.ustc.edu.cn/simple/ ...@@ -86,10 +86,9 @@ pip install auto-gptq -i https://pypi.mirrors.ustc.edu.cn/simple/
## 推理测试 ## 推理
### TeleChat-7B ### TeleChat-7B
进入Telechat/inference_telechat 进入Telechat/inference_telechat
``` ```
...@@ -106,25 +105,23 @@ bash infer.sh ...@@ -106,25 +105,23 @@ bash infer.sh
bash infer.sh bash infer.sh
``` ```
## 微调训练 ## 训练
``` ```
cd Telechat/ms-swift/examples/pytorch/llm cd Telechat/ms-swift/examples/pytorch/llm
``` ```
### 单机单卡LORA微调训练
### 单机单卡LORA微调
``` ```
bash sft_single_lora.sh bash sft_single_lora.sh
``` ```
### 单机多卡LORA微调 ### 单机多卡LORA微调训练
``` ```
bash sft_multi_lora.sh bash sft_multi_lora.sh
``` ```
### 单机多卡全参微调 ### 单机多卡全参微调训练
``` ```
bash sft_multi_full.sh bash sft_multi_full.sh
...@@ -137,9 +134,10 @@ bash sft_multi_full.sh ...@@ -137,9 +134,10 @@ bash sft_multi_full.sh
bash infer.sh bash infer.sh
``` ```
结果如下: ## result
<div align=center>
![推理1](推理1.png) <img src="./推理1.png"/>
</div>
## 量化 ## 量化
...@@ -166,7 +164,7 @@ LLM ...@@ -166,7 +164,7 @@ LLM
运营商、科研、教育 运营商、科研、教育
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
https://developer.hpccube.com/codes/-/ide/project/modelzoo/telechat/tree/master/ https://developer.sourcefind.cn/codes/modelzoo/telechat/-/tree/master
## 参考资料 ## 参考资料
......
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