Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-r-o-w committed Jan 9, 2025
1 parent c51ac04 commit 7f25924
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions finetrainers/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import torch
import torch.backends
import transformers
import wandb
from accelerate import Accelerator, DistributedType
from accelerate.logging import get_logger
from accelerate.utils import (
Expand All @@ -29,8 +30,6 @@
from peft import LoraConfig, get_peft_model_state_dict, set_peft_model_state_dict
from tqdm import tqdm

import wandb

from .args import _INVERSE_DTYPE_MAP, Args, validate_args
from .constants import (
FINETRAINERS_LOG_LEVEL,
Expand Down

0 comments on commit 7f25924

Please sign in to comment.