Skip to content

Commit 029f00a

Browse files
committed
update
1 parent ab86b67 commit 029f00a

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

docs/en/tutorial/run.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ Select the job type as `PyTorch` and paste the command into the `Execution Comma
1515

1616

1717

18-
For RLHF, DPO, OnlineDPO, GRPO training task, you need set the advanced setting as `customPortList=30000-30050,createSvcForAllWorkers=true`.
19-
20-
2118
## Non-PAI-DLC environment
2219

2320
If you want to submit distributed training in a non-PAI-DLC environment,

docs/en/tutorial/tutorial_llama2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ In our training script, the resource requirements (assuming the resources are A1
221221

222222
For the environment variables and configurations required for distributed execution, please refer to [Distributed Execution](run.md).
223223

224-
Note that for RLHF tasks, if you are running on PAI DLC, you need to fill in the advanced configuration `customPortList=30000-30050,createSvcForAllWorkers=true`.
225224

226225
### Evaluation
227226

docs/zh/tutorial/run.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
![image.png](../../images/dlc_2.jpg)
1414

1515

16-
**对于 RLHF/DPO/OnlineDPO/GRPO 训练任务,您需要填写高级配置`customPortList=30000-30050,createSvcForAllWorkers=true`**
17-
1816

1917
## 其他环境分布式执行
2018

docs/zh/tutorial/tutorial_llama2.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ bash scripts/train_grpo_math_llama.sh
212212
3. llama2-70B RLHF: 4*8 GPU
213213

214214
分布式执行所需的环境变量和配置参考 [分布式执行](run.md)
215-
**注意对于 RLHF 任务,如果在 PAI DLC 上运行,您需要填写高级配置`customPortList=30000-30050,createSvcForAllWorkers=true`**
216215

217216

218217
### 效果评估

0 commit comments

Comments
 (0)