Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Jul 18, 2024
1 parent ba7d420 commit 00a8cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_fp8/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def save_pretrained(self, save_directory: str, save_compressed: bool = True):
self.model.save_pretrained(save_directory, save_compressed=save_compressed)
tokenizer = AutoTokenizer.from_pretrained(self.model.config._name_or_path)
tokenizer.save_pretrained(save_directory)
print(f"Saved final checkpoint to {os.path.abspath(save_directory)}")
print(f"Saved final checkpoint to {os.path.abspath(save_directory)}")

0 comments on commit 00a8cd8

Please sign in to comment.