Skip to content

Commit dd909d1

Browse files
authored
更正run_dpo.py文件路径 (#8952)
1 parent 1191a51 commit dd909d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ tar -zxvf ultrafeedback_binarized.tar.gz
191191

192192
```bash
193193
# DPO 启动命令参考
194-
python -u -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" ./dpo/run_dpo.py ./config/llama/dpo_argument.json
194+
python -u -m paddle.distributed.launch --gpus "0,1,2,3,4,5,6,7" ./alignment/dpo/run_dpo.py ./config/llama/dpo_argument.json
195195
```
196196

197197
#### 3.2 RLHF

0 commit comments

Comments
 (0)