Skip to content

Commit 2b5cb7c

Browse files
authored
add missing column (#263)
1 parent ecab7a8 commit 2b5cb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/_command_lines_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ def get_parser_agg() -> ArgumentParser:
841841
"n_model_pass,n_model_faster,"
842842
"n_model_faster2x,n_model_faster3x,n_model_faster4x,n_node_attention,"
843843
"n_node_attention23,n_node_rotary_embedding,n_node_rotary_embedding23,"
844-
"n_node_layer_normalization,n_node_layer_normalization23,"
844+
"n_node_gqa,n_node_layer_normalization,n_node_layer_normalization23,"
845845
"peak_gpu_torch,peak_gpu_nvidia,n_node_control_flow,"
846846
"n_node_constant,n_node_shape,n_node_expand,"
847847
"n_node_function,n_node_initializer,n_node_scatter,"

0 commit comments

Comments
 (0)