Commit 4a17b888 authored by chenych's avatar chenych
Browse files

Fix README

parent 4ea0033b
......@@ -62,7 +62,7 @@ pip install mistral_common>=1.5.4
## 训练
### Llama Factory 微调方法(推荐)
1. 训练库安装(**非mistral-small_pytorch目录下**),安装**主线版本**`Llama-Factory`具体安装方法请参考仓库的README。
```
```bash
git clone https://developer.sourcefind.cn/codes/OpenDAS/llama-factory
```
......@@ -91,6 +91,7 @@ SFT训练脚本示例,参考`llama-factory/train_lora`下对应yaml文件。
<img src="./doc/img_v3_02n6_c32e8a36-8338-4dff-9aec-d710746a61fg.jpg"/>
</div>
修改完成后,执行下面的方法。
```bash
python infer_vllm.py --model_name_or_path /path_of/model
```
......
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