Tiny fix step3.5-flash launch crash (#22076)

This commit is contained in:
Qiaolin Yu
2026-04-03 22:25:25 -07:00
committed by GitHub
parent 990c7590b8
commit ef13031243
-1
View File
@@ -667,7 +667,6 @@ class Step3p5Model(nn.Module):
) -> None:
super().__init__()
self.config = config
self.padding_idx = config.pad_token_id
self.vocab_size = config.vocab_size
self.pp_group = get_pp_group()