Skip to content

Commit

Permalink
fix wandb import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
qgallouedec committed Jan 7, 2025
1 parent 0f04bec commit 1a913bf
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 1a913bf

Please sign in to comment.