Skip to content

Commit b933861

Browse files
committed
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]
1 parent 593e3bc commit b933861

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/quantization/test_quant_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ def test_int4wo_cuda_serialization(self):
750750
# load state_dict in cuda
751751
model.load_state_dict(sd, assign=True)
752752

753-
754753
def test_config_deprecation(self):
755754
"""
756755
Test that old config functions like `int4_weight_only` trigger deprecation warnings.

0 commit comments

Comments
 (0)