mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 20:40:34 +00:00
[NFC] fix typo applications/ and colossalai/ (#3735)
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user