Skip to content

Commit 24af65a

Browse files
resolve redundant merge code
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 712a731 commit 24af65a

File tree

1 file changed

+0
-3
lines changed
  • src/compressed_tensors/quantization/lifecycle

1 file changed

+0
-3
lines changed

src/compressed_tensors/quantization/lifecycle/apply.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,6 @@ def apply_quantization_config(
169169
)
170170
replace_module(model, name, compressed_linear)
171171

172-
# target matched - add layer and scheme to target list
173-
submodule.quantization_scheme = scheme
174-
175172
# apply current quantization status to each targeted submodule
176173
apply_quantization_status(submodule, config.quantization_status)
177174

0 commit comments

Comments
 (0)