Skip to content

Commit

Permalink
fix: remove old import (#6761)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett361 committed May 9, 2023
1 parent ca02a95 commit 90e70de
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
import torch
import transformers
from datasets import load_dataset
from determined.integrations.huggingface import (
DetCallback,
create_consistent_hf_args_for_deepspeed,
get_hf_args_with_overwrites,
)
from determined.pytorch import dsat
from torch.utils.tensorboard import SummaryWriter
from transformers import (
CONFIG_MAPPING,
Expand All @@ -61,6 +55,7 @@
from transformers.utils.versions import require_version

import determined as det
from determined.integrations.huggingface import DetCallback, get_hf_args_with_overwrites
from determined.pytorch import dsat

# Will error if the minimal version of Transformers is not installed. Remove at your own risks.
Expand Down

0 comments on commit 90e70de

Please sign in to comment.