We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3f4b0 commit dea6ccdCopy full SHA for dea6ccd
examples/asymre_math/math.yaml
@@ -6,8 +6,8 @@ name: asymre_math
6
checkpoint_root_dir: ${oc.env:TRINITY_CHECKPOINT_ROOT_DIR,./checkpoints}
7
model:
8
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
+ max_prompt_tokens: 1024
+ max_response_tokens: 2048
11
algorithm:
12
algorithm_type: asymre
13
repeat_times: 8
@@ -62,8 +62,6 @@ explorer:
62
enable_prefix_caching: false
63
enforce_eager: true
64
dtype: bfloat16
65
- max_prompt_tokens: 1024
66
- max_response_tokens: 2048
67
seed: 42
68
synchronizer:
69
sync_method: 'nccl'
0 commit comments