Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ policy:
enabled: false
megatron_cfg:
enabled: true
# TP=2 / ETP=1 / SP=True relieves the CUDA OOM on the distributed-logprob path
# introduced by the vLLM 0.17.1->0.20.0 bump (#2384). See issue #2619.
tensor_model_parallel_size: 2
expert_tensor_parallel_size: 1
sequence_parallel: true
expert_model_parallel_size: 16
moe_token_dispatcher_type: allgather
apply_rope_fusion: false
Expand Down
Loading