Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jettjaniak committed Feb 26, 2024
1 parent 1a5d6a0 commit 3ec83e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/delphi/train/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from .llama2c.tinystories import Task
5 changes: 3 additions & 2 deletions src/delphi/train/training_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@
from functools import partial

import torch
from llama2 import LLaMA2, LLaMA2Args
from llama2c import Task, model_export
from torch.distributed import destroy_process_group, init_process_group
from torch.nn.parallel import DistributedDataParallel as DDP
from tqdm import tqdm

from delphi.train.llama2 import LLaMA2, LLaMA2Args
from llama2c import Task, model_export

# -----------------------------------------------------------------------------
# I/O
out_dir = "out"
Expand Down

0 comments on commit 3ec83e2

Please sign in to comment.