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 adae77b commit 52e7074Copy full SHA for 52e7074
src/compressed_tensors/quantization/lifecycle/apply.py
@@ -183,9 +183,7 @@ def apply_quantization_config(
183
replace_module(model, name, compressed_linear)
184
185
# target matched - add layer and scheme to target list
186
- submodule.quantization_scheme = _scheme_from_targets(
187
- target_to_scheme, targets, name
188
- )
+ submodule.quantization_scheme = scheme
189
190
names_to_scheme[name] = submodule.quantization_scheme
191
0 commit comments