Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ apply_awq
Function
apply_awq
quantization/pre_quant.py:197–199 ·
view source on GitHub ↗
(model, awq_results)
Source
from the content-addressed store, hash-verified
195
196
197
def
apply_awq(model, awq_results):
198
apply_scale(model, awq_results[
"scale"
])
199
apply_clip(model, awq_results[
"clip"
])
Callers
nothing calls this directly
Calls
1
apply_clip
Function · 0.85
Tested by
no test coverage detected