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
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Update cli.py to make --device/--dtype pre-empt quantize dict-specified values (#1359)
* Update cli.py to make --device/--dtype pre-empt quantize dict-specified values
Users may expect that cli parameters override the JSON, as per #1278.
Invert logic - case split:
1 - if none (no value) is specified, use value specified in quantize dict, if present; else
2 - if value is specified, override the respective handler if present.
* Fix typo in cli.py
fix typo
---------
Co-authored-by: Jack-Khuu <[email protected]>
0 commit comments