Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ-Solergibert committed Nov 26, 2024
1 parent d5f656a commit bd81b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nanotron/serialize/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def save(
dist.barrier(parallel_context.world_pg)


ckpt_path(config: Config, parallel_context: ParallelContext) -> Optional[Path]:
def parse_ckpt_path(config: Config, parallel_context: ParallelContext) -> Optional[Path]:
"""Parse checkpoint path from config and download checkpoint from S3 if needed.
Args:
Expand Down

0 comments on commit bd81b67

Please sign in to comment.