Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dhakalnirajan/LLaMA-BitNet
/ types & classes
Types & classes
2 in github.com/dhakalnirajan/LLaMA-BitNet
⨍
Functions
24
◇
Types & classes
2
↓ 1 callers
Class
_RMSNorm
Root-mean-square layer normalisation without a learnable scale/bias, as used inside BitLinear per the training manuscript.
utils.py:67
Class
BitLinear
Drop-in replacement for nn.Linear implementing BitNet b1.58 training. Forward pass (training): 1. Normalise input with internal parame
utils.py:88