Skip to content

Commit c4a32d1

Browse files
authored
fix broken qwen3_8b config (meta-pytorch#450)
1 parent 9a9ffa5 commit c4a32d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/grpo/qwen3_8b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dataset:
2929
# Policy configuration
3030
policy:
3131
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
32+
model: ${model}
3333
tensor_parallel_size: 2
3434
pipeline_parallel_size: 1
3535
enforce_eager: false

0 commit comments

Comments
 (0)