Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elad-c committed Aug 1, 2024
1 parent 86da91b commit b22b296
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ def generate_tp_model(default_config: OpQuantizationConfig,
weights_quantization_method=tp.QuantizationMethod.POWER_OF_TWO))
const_configuration_options = tp.QuantizationConfigOptions([const_config])

# 16 bits inputs and outputs. Currently, only defined for consts since with .....
# 16 bits inputs and outputs. Currently, only defined for consts since they are used in operators that
# support 16 bit as input and output.
const_config_input16 = const_config.clone_and_edit(
supported_input_activation_n_bits=(8, 16))
const_config_input16_output16 = const_config_input16.clone_and_edit(
Expand Down

0 comments on commit b22b296

Please sign in to comment.