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
Force callers to manually provide GPTQ args (#2795)
Summary:
Default values for quant are convenient, but have caused confusion.
Since there are no active users of GPTQ, we want to pre-empt potential ambiguity by making the following fields required and manually specified:
* Group Size
* Calibration Limit
* Calibration Sequence Length
---
Note: Group Size's default value is untouched since it is utilized by int4 quant and has active callers
Differential Revision: D55605859
0 commit comments