Skip to content

Commit

Permalink
lint: remove unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Will Johnson <[email protected]>
  • Loading branch information
willmj committed Jan 7, 2025
1 parent b154026 commit c1e866a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Third Party
from fms_acceleration import AccelerationPlugin
from transformers import AutoModelForCausalLM, TrainingArguments
from transformers import TrainingArguments
from peft import LoraConfig
import torch

Expand Down

0 comments on commit c1e866a

Please sign in to comment.