Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ forward
Method
forward
wan/modules/clip.py:49–50 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
47
class
LayerNorm(nn.LayerNorm):
48
49
def
forward(self, x):
50
return
super().forward(x.float()).type_as(x)
51
52
53
class
SelfAttention(nn.Module):
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected