You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Summary:** This config actually works for both preshuffled and
plain int4 QAT, so we remove "Preshuffled" from the name.
BC-breaking notes:
```
Int4WeightPreshuffledFakeQuantizeConfig -> Int4WeightFakeQuantizeConfig
Int4WeightPreshuffledFakeQuantizer -> Int4WeightFakeQuantizer
```
**Test Plan:**
```
python test/quantization/test_qat.py
```
0 commit comments