Skip to content

Commit

Permalink
fix node name
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Dec 23, 2024
1 parent 89950d1 commit c869151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/python/tools/transformers/onnx_model_t5.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def adjust_rel_pos_bis_length_input(self):
"Gather",
inputs=[node_name + "_Output", "Constant_Index_1"],
outputs=[node_name + "_Output_Gather_1"],
name=node_name,
name=self.create_node_name("Gather", name_prefix="Added_Gather_"),
axis=0,
)

Expand Down

0 comments on commit c869151

Please sign in to comment.