Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani committed Mar 7, 2024
1 parent bbddba8 commit 4325012
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion src/delphi/train/architectures.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from dataclasses import fields

import torch
Expand Down
7 changes: 1 addition & 6 deletions src/delphi/train/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@

from delphi import constants
from delphi.eval.utils import load_delphi_dataset
from delphi.train.architectures import (
ModelTypes,
export_model,
initialize_model,
load_model,
)
from delphi.train.architectures import export_model, initialize_model, load_model
from delphi.train.gigaconfig import GigaConfig
from delphi.train.tokenized_chunks_dataset import TokenizedChunksDataset

Expand Down

0 comments on commit 4325012

Please sign in to comment.