Skip to content

Commit

Permalink
Fix style?
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Feb 7, 2025
1 parent 818f864 commit 9e30e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scripts/sft_video_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@

import requests
import torch
import wandb
from datasets import load_dataset
from peft import LoraConfig
from qwen_vl_utils import process_vision_info
from transformers import AutoModelForVision2Seq, AutoProcessor, BitsAndBytesConfig, Qwen2VLProcessor

import wandb
from trl import ModelConfig, ScriptArguments, SFTConfig, SFTTrainer, TrlParser, get_kbit_device_map


Expand Down

0 comments on commit 9e30e18

Please sign in to comment.