Skip to content

Commit 15db281

Browse files
committed
Revert "fix gpt oss EP with bf16"
This reverts commit e470c8f. Signed-off-by: ashors1 <[email protected]>
1 parent a0ac7e8 commit 15db281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/gpt_oss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ def _load_weights_mxfp4(
489489

490490
def _load_weights_other(
491491
self,
492-
ep_rank_end: int,
493492
ep_rank_start: int,
493+
ep_rank_end: int,
494494
heads_per_rank: int,
495495
head_start: int,
496496
weights: Iterable[tuple[str, torch.Tensor]],

0 commit comments

Comments
 (0)