mirror of https://github.com/InternLM/InternLM
reset moe
parent
0bac166b7a
commit
918dff7257
|
@ -53,6 +53,7 @@ class MoE(torch.nn.Module):
|
|||
device=None,
|
||||
dtype=None,
|
||||
):
|
||||
|
||||
super().__init__()
|
||||
|
||||
assert (
|
||||
|
|
Loading…
Reference in New Issue