Skip to content

Commit

Permalink
docs: fix typo PRETRAINED_ACTOR_NEMO_FILE -> ACTOR_NEMO_FILE (#449)
Browse files Browse the repository at this point in the history
Signed-off-by: Terry Kong <[email protected]>
  • Loading branch information
terrykong authored and ko3n1g committed Dec 20, 2024
1 parent c94f903 commit 6f0d5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/reinforce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The REINFORCE Actor training job contains the master controller that makes the H
TRAIN_DATA_PATH="/path/to/train_prompts.jsonl"
VALID_DATA_PATH="/path/to/test_prompts.jsonl"
PRETRAINED_ACTOR_NEMO_FILE="/path/to/sft_checkpoint.nemo"
ACTOR_NEMO_FILE="/path/to/sft_checkpoint.nemo"
RESULTS_DIR="/path/to/actor_results_dir"
USE_FLASK=False
Expand Down

0 comments on commit 6f0d5d4

Please sign in to comment.