We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d16cb1e commit 49ee2fbCopy full SHA for 49ee2fb
apps/grpo/qwen3_8b.yaml
@@ -29,7 +29,7 @@ dataset:
29
# Policy configuration
30
policy:
31
engine_args: # https://docs.vllm.ai/en/v0.10.0/api/vllm/engine/arg_utils.html#vllm.engine.arg_utils.EngineArgs
32
- model: /mnt/wsfuse/teamforge/hf_artifacts/qwen3_8b
+ model: ${model}
33
tensor_parallel_size: 2
34
pipeline_parallel_size: 1
35
enforce_eager: false
0 commit comments