Skip to content

Commit ba93b4c

Browse files
River12Dezhan Tu
authored andcommitted
Fixed gpt-oss _load_weights_other() parameter position bug (vllm-project#28715)
Co-authored-by: Dezhan Tu <dztu@meta.com>
1 parent ad57a76 commit ba93b4c

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
@@ -641,8 +641,8 @@ def load_weights(self, weights: Iterable[tuple[str, torch.Tensor]]) -> set[str]:
641641
)
642642
else:
643643
return self._load_weights_other(
644-
ep_rank_end,
645644
ep_rank_start,
645+
ep_rank_end,
646646
heads_per_rank,
647647
head_start,
648648
weights,

0 commit comments

Comments
 (0)