MCPcopy Create free account
hub / github.com/MeiGen-AI/MultiTalk / __init__

Method __init__

wan/modules/multitalk_model.py:100–101  ·  view source on GitHub ↗
(self, dim, eps=1e-6, elementwise_affine=False)

Source from the content-addressed store, hash-verified

98class WanLayerNorm(nn.LayerNorm):
99
100 def __init__(self, dim, eps=1e-6, elementwise_affine=False):
101 super().__init__(dim, elementwise_affine=elementwise_affine, eps=eps)
102
103 def forward(self, inputs: torch.Tensor) -> torch.Tensor:
104 origin_dtype = inputs.dtype

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected