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
Remove internal usage of all config functions like int4_weight_only (#2995)
* Deprecate config functions like `int4_weight_only`
**Summary:** These have been superseded by `AOBaseConfig` objects
for several releases already, but we never deprecated them.
We will keep them around for another release before breaking BC
and removing them.
**Test Plan:**
```
python test/quantization/test_quant_api.py -k test_config_deprecation
```
[ghstack-poisoned]
* Update on "Deprecate config functions like `int4_weight_only`"
**Summary:** These have been superseded by `AOBaseConfig` objects
for several releases already, but we never deprecated them.
We will keep them around for another release before breaking BC
and removing them.
**Test Plan:**
```
python test/quantization/test_quant_api.py -k test_config_deprecation
```
[ghstack-poisoned]
* Update on "Deprecate config functions like `int4_weight_only`"
**Summary:** These have been superseded by `AOBaseConfig` objects
for several releases already, but we never deprecated them.
We will keep them around for another release before breaking BC
and removing them.
**Test Plan:**
```
python test/quantization/test_quant_api.py -k test_config_deprecation
```
[ghstack-poisoned]
* Remove internal usage of all config functions like `int4_weight_only`
**Summary:** These are now deprecated as of #2994. We should
stop using them internally as well.
**Test Plan:** CI
[ghstack-poisoned]
* Update on "Remove internal usage of all config functions like `int4_weight_only`"
**Summary:** These are now deprecated as of #2994. We should
stop using them internally as well.
**Test Plan:** CI
[ghstack-poisoned]
* Update on "Remove internal usage of all config functions like `int4_weight_only`"
**Summary:** These are now deprecated as of #2994. We should
stop using them internally as well.
**Test Plan:** CI
[ghstack-poisoned]
0 commit comments