Skip to content

Commit

Permalink
Should be mlguess.torch.checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Israt Jahan committed Jul 20, 2024
1 parent 469eda9 commit 368c0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlguess/torch/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import tqdm
from torch.cuda.amp import autocast
import optuna
from credit.models.checkpoint import TorchFSDPCheckpointIO

#from credit.models.checkpoint import TorchFSDPCheckpointIO
from mlguess.torch.checkpoint import TorchFSDPCheckpointIO

def cleanup():
dist.destroy_process_group()
Expand Down

0 comments on commit 368c0fb

Please sign in to comment.