Skip to content

Commit

Permalink
no need for check_path_is_s3 anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
eliebak authored Aug 23, 2024
1 parent 17468b2 commit 5f95a4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nanotron/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
)

from nanotron.s3_checkpoints import S3Mover, check_path_is_local
from nanotron.utils import check_path_is_s3
import torch
from torch.nn.parallel import DistributedDataParallel
from torch.utils.data import DataLoader
Expand Down

0 comments on commit 5f95a4f

Please sign in to comment.