Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ __init__
Method
__init__
quantization/quantizer.py:185–187 ·
view source on GitHub ↗
(self, q_group_size=128)
Source
from the content-addressed store, hash-verified
183
184
class
SteN2F3Quantizer(nn.Module):
185
def
__init__(self, q_group_size=128):
186
super().__init__()
187
self.q_group_size = q_group_size
188
189
def
forward(self, x):
190
org_w_shape = x.shape
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected