Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBitSys/BitDistiller
/ train.py
File
train.py
train/train.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
sys
2
sys.path.append(
"../quantization"
)
3
from
qlinear
import
QLinear, convertModelToQuant
4
from
clip_utils
import
apply_clip
Callers
nothing calls this directly
Calls
1
train
Function · 0.85
Tested by
no test coverage detected