From 1f3ee648cad7d6cf264f20a63239f11af5f1b1d0 Mon Sep 17 00:00:00 2001 From: Sami Jaghouar Date: Sun, 29 Sep 2024 03:49:43 +0000 Subject: [PATCH] remove unused file --- src/zeroband/checkpoint.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zeroband/checkpoint.py b/src/zeroband/checkpoint.py index 9d486560..f3527ad8 100644 --- a/src/zeroband/checkpoint.py +++ b/src/zeroband/checkpoint.py @@ -28,9 +28,6 @@ ## code inspired by torchtitan https://github.com/pytorch/torchtitan/blob/main/torchtitan/checkpoint.py -GLOBAL_STATE_FILE = "global_state_dict.pt" - - @dataclass class TrainingProgress(Stateful): total_tokens: int