Skip to content

Commit 7cdd1cd

Browse files
remove TODO
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 2a58648 commit 7cdd1cd

File tree

1 file changed

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

1 file changed

+0
-9
lines changed

src/compressed_tensors/quantization/lifecycle/apply.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,6 @@ def apply_quantization_config(
180180
# apply current quantization status to each targeted submodule
181181
apply_quantization_status(submodule, config.quantization_status)
182182

183-
# TODO warn on ignore not being found, this is useful in debugging
184-
# if config.ignore is not None and ignored_submodules is not None:
185-
# if set(config.ignore) - set(ignored_submodules):
186-
# _LOGGER.warning(
187-
# "Some layers that were to be ignored were "
188-
# "not found in the model: "
189-
# f"{set(config.ignore) - set(ignored_submodules)}"
190-
# )
191-
192183
return names_to_scheme
193184

194185

0 commit comments

Comments
 (0)