Skip to content

Commit 5f6cfc7

Browse files
perf: [Perf script] QWEN3 30B-A3B tensor_parallel_size from 4 to 2 (#1558)
Signed-off-by: Youngeun Kwon <youngeunk@nvidia.com>
1 parent 9a84cc2 commit 5f6cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/configs/recipes/llm/performance/grpo-qwen3-30ba3b-4n8g.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ policy:
3131
PYTORCH_CUDA_ALLOC_CONF: expandable_segments:False
3232
generation:
3333
vllm_cfg:
34-
tensor_parallel_size: 4
34+
tensor_parallel_size: 2
3535
logger:
3636
log_dir: logs/grpo-qwen3-30ba3b-4n8g
3737
wandb_enabled: true

0 commit comments

Comments
 (0)