Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kyegomez/BitNet
/ forward
Method
forward
bitnet/bit_mamba.py:640–641 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
638
)
639
640
def
forward(self, x):
641
return
self.mamba(x)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected