Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Apr 10, 2024
1 parent 92e9e31 commit 7901d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/tpu/distributed_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import torch.multiprocessing as mp

from optimum.tpu.modeling import AutoModelForCausalLM
from transformers import PretrainedConfig, AutoConfig
from transformers import PretrainedConfig


class ModelCommand(Enum):
Expand Down

0 comments on commit 7901d91

Please sign in to comment.