[NFC] fix typo applications/ and colossalai/ (#3735)

This commit is contained in:
digger-yu
2023-05-15 11:46:25 +08:00
committed by GitHub
parent 1f73609adb
commit ad6460cf2c
10 changed files with 17 additions and 17 deletions

View File

@@ -159,7 +159,7 @@ class CheckpointIndexFile:
def write_index_file(self, save_index_file):
"""
Wriete index file.
Write index file.
"""
save_index_file = os.path.join(self.root_path, save_index_file)
index = {"metadata": self.metadata, "weight_map": self.weight_map}