Skip to content

Commit

Permalink
Fix metal binary file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithtt committed Aug 15, 2024
1 parent 29f03dd commit e97b885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tools/python/ttrt/common/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def get_file_extension():


class BinaryTTMetal(Binary):
file_extension = ".ttb"
file_extension = ".ttm"

def __int__(self, logger, file_manager, file_path):
super().__init__(logger, file_manager, file_path)
Expand Down

0 comments on commit e97b885

Please sign in to comment.