Unverified Commit af02c409 authored by Dezhan's avatar Dezhan Committed by GitHub
Browse files

Fixed gpt-oss _load_weights_other() parameter position bug (#28715)


Co-authored-by: default avatarDezhan Tu <dztu@meta.com>
parent b316ac65
...@@ -641,8 +641,8 @@ class GptOssModel(nn.Module): ...@@ -641,8 +641,8 @@ class GptOssModel(nn.Module):
) )
else: else:
return self._load_weights_other( return self._load_weights_other(
ep_rank_end,
ep_rank_start, ep_rank_start,
ep_rank_end,
heads_per_rank, heads_per_rank,
head_start, head_start,
weights, weights,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment