Skip to content

Commit

Permalink
prevent circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Feb 12, 2024
1 parent 8b08d4a commit 4b3c1e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/axolotl/monkeypatch/relora.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
)
from transformers.trainer_utils import PREFIX_CHECKPOINT_DIR

from axolotl.core.trainer_builder import AxolotlTrainingArguments
from axolotl.utils.dict import DictDefault
from axolotl.utils.distributed import barrier, is_main_process

Expand Down Expand Up @@ -114,7 +113,7 @@ def on_train_begin(

def on_step_begin(
self,
args: AxolotlTrainingArguments,
args: TrainingArguments,
state: TrainerState,
control: TrainerControl,
model: peft.LoraModel,
Expand Down

0 comments on commit 4b3c1e7

Please sign in to comment.