Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FusionBrainLab/SONAR-LLM
/ forward
Method
forward
train_sonarllm_fast.py:153–154 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
151
super().__init__()
152
self.linear = nn.Linear(in_dim, out_dim)
153
def
forward(self, x):
154
return
self.linear(x)
155
156
157
class
SonarLossWrapper(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected