From e86d9bb2e1e166c028007650797b8911ebd2fa31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 12:55:17 +0800 Subject: [PATCH] [format] applied code formatting on changed files in pull request 3025 (#3026) Co-authored-by: github-actions --- applications/ChatGPT/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/ChatGPT/examples/README.md b/applications/ChatGPT/examples/README.md index 39a76911027f..3876d20f02d7 100644 --- a/applications/ChatGPT/examples/README.md +++ b/applications/ChatGPT/examples/README.md @@ -15,9 +15,9 @@ Use these code to train your reward model. ```shell # Naive reward model training -python train_reward_model.py --pretrain --model --strategy naive +python train_reward_model.py --pretrain --model --strategy naive # use colossalai_zero2 -torchrun --standalone --nproc_per_node=2 train_reward_model.py --pretrain --model --strategy colossalai_zero2 +torchrun --standalone --nproc_per_node=2 train_reward_model.py --pretrain --model --strategy colossalai_zero2 ``` ## Train with dummy prompt data (Stage 3)