Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FusionBrainLab/SONAR-LLM
/ forward
Method
forward
generate.py:32–33 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
30
self.linear = nn.Linear(in_dim, out_dim)
31
32
def
forward(self, x):
33
return
self.linear(x)
34
35
36
class
SonarInferenceWrapper(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected