We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712a731 commit 24af65aCopy full SHA for 24af65a
src/compressed_tensors/quantization/lifecycle/apply.py
@@ -169,9 +169,6 @@ def apply_quantization_config(
169
)
170
replace_module(model, name, compressed_linear)
171
172
- # target matched - add layer and scheme to target list
173
- submodule.quantization_scheme = scheme
174
-
175
# apply current quantization status to each targeted submodule
176
apply_quantization_status(submodule, config.quantization_status)
177
0 commit comments