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 2a58648 commit 7cdd1cdCopy full SHA for 7cdd1cd
src/compressed_tensors/quantization/lifecycle/apply.py
@@ -180,15 +180,6 @@ def apply_quantization_config(
180
# apply current quantization status to each targeted submodule
181
apply_quantization_status(submodule, config.quantization_status)
182
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
-
192
return names_to_scheme
193
194
0 commit comments