Skip to content

Commit

Permalink
Keep torch_name in for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Jan 30, 2025
1 parent 7e09bab commit 932f119
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_torch/tools/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def scrub_nan_inf(value):

return {
"framework_op_name": self.framework_op_name,
"torch_name": self.framework_op_name, # For backward compatibility
"frontend": self.frontend,
"model_name": self.model_name,
"input_shapes": self.print_shapes(self.input_shapes),
Expand Down

0 comments on commit 932f119

Please sign in to comment.