Skip to content

Commit

Permalink
Fix metal binary file extension (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithtt authored Aug 16, 2024
1 parent ac7d6c6 commit 27527c1
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 27527c1

Please sign in to comment.