Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ __init__
Method
__init__
wan/modules/multitalk_model.py:81–85 ·
view source on GitHub ↗
(self, dim, eps=1e-5)
Source
from the content-addressed store, hash-verified
79
class
WanRMSNorm(nn.Module):
80
81
def
__init__(self, dim, eps=1e-5):
82
super().__init__()
83
self.dim = dim
84
self.eps = eps
85
self.weight = nn.Parameter(torch.ones(dim))
86
87
def
forward(self, x):
88
r
""
"
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected