MCPcopy Index your code
hub / github.com/Standard-Intelligence/hertz-dev / forward

Method forward

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

Source from the content-addressed store, hash-verified

89 self.output = nn.Linear(dim, vocab_size, bias=False)
90
91 def forward(self, x):
92 return self.output(x)
93
94
95# helper functions

Callers

nothing calls this directly

Calls 1

outputMethod · 0.80

Tested by

no test coverage detected