Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Apr 12, 2024
1 parent 9aae8e8 commit 8465015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sparsetensors/quantization/apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def apply_quantization_config(model: Module, config: QuantizationConfig):
target = _find_first_name_or_class_match(name, submodule, target_to_scheme)
if target is not None:
# target matched, initialize layer from the matched scheme
# TODO: add follow on lifecycle calls based on the quantization status
initialize_module_for_quantization(submodule, target_to_scheme[target])


Expand Down

0 comments on commit 8465015

Please sign in to comment.