Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeiGen-AI/MultiTalk
/ forward
Method
forward
wan/modules/clip.py:43–44 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
41
class
QuickGELU(nn.Module):
42
43
def
forward(self, x):
44
return
x * torch.sigmoid(1.702 * x)
45
46
47
class
LayerNorm(nn.LayerNorm):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected