Skip to content

Commit

Permalink
fix error with import
Browse files Browse the repository at this point in the history
  • Loading branch information
jshuadvd committed Jun 9, 2024
1 parent ae683f1 commit 63870d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Train a LongRoPE model on a given dataset
# %%
from src.main import LongRoPEModel
import torch
import torch.nn as nn
import torch.optim as optim
Expand All @@ -11,7 +12,6 @@
import src.main

reload(src.main)
from src.main import LongRoPEModel


# %%
Expand Down

0 comments on commit 63870d6

Please sign in to comment.