Skip to content

Commit 6b1ec5d

Browse files
authored
Super tiny fix doc (#546)
1 parent 0a3a347 commit 6b1ec5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/get_started/quick_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ Finally, in the training script, enable the above custom functions through the f
534534
```bash
535535
CUSTOM_ARGS=(
536536
# Specify the path of custom generation function (format: path.to.your.file:function_name)
537-
--custom-generate-function-path your_module.multiturn_logic:generate
537+
--custom-generate-function-path your_module.multiturn_logic.generate
538538

539539
# Specify the path of custom reward function
540-
--custom-rm-path your_module.multiturn_logic:reward_func
540+
--custom-rm-path your_module.multiturn_logic.reward_func
541541
)
542542
```
543543

0 commit comments

Comments
 (0)