MCPcopy Create free account
hub / github.com/cswry/VOSR / forward

Method forward

models/rmsnorm.py:347–348  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

345 )
346
347 def forward(self, x):
348 return self.w2(F.silu(self.w1(x)) * self.w3(x))
349
350
351class TransformerBlock(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected