Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Mengni <[email protected]>
  • Loading branch information
mengniwang95 authored Jul 23, 2024
1 parent f528f03 commit be276c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnx_neural_compressor/algorithms/layer_wise/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def layer_wise_quant(
split_model_part_1.model, complete_data_reader
)

# next_data_reader contains split_model_part_1 output data
# complete_data_reader contains split_model_part_1 output data
complete_data_reader = _prepare_data_reader_for_next_split_model(
split_model_part_1.model_path,
[i.name for i in split_model_part_2.model.graph.input],
Expand Down

0 comments on commit be276c6

Please sign in to comment.