MCPcopy Create free account
hub / github.com/SpatialVLA/SpatialVLA / forward

Method forward

model/modeling_gemma2.py:91–92  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

89 self.act_fn = ACT2FN[config.hidden_activation]
90
91 def forward(self, x):
92 return self.down_proj(self.act_fn(self.gate_proj(x)) * self.up_proj(x))
93
94
95class Gemma2RotaryEmbedding(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected