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