Skip to content

Commit dea6ccd

Browse files
committed
Resolve comment
1 parent 3b3f4b0 commit dea6ccd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/asymre_math/math.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: asymre_math
66
checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints}
77
model:
88
model_path: ${oc.env:TRINITY_MODEL_PATH,Qwen/Qwen2.5-3B-Instruct} # the path to your model
9-
max_response_tokens: 1024
10-
max_model_len: 2048
9+
max_prompt_tokens: 1024
10+
max_response_tokens: 2048
1111
algorithm:
1212
algorithm_type: asymre
1313
repeat_times: 8
@@ -62,8 +62,6 @@ explorer:
6262
enable_prefix_caching: false
6363
enforce_eager: true
6464
dtype: bfloat16
65-
max_prompt_tokens: 1024
66-
max_response_tokens: 2048
6765
seed: 42
6866
synchronizer:
6967
sync_method: 'nccl'

0 commit comments

Comments
 (0)