from transformers import Qwen2_5_VLForConditionalGeneration, AutoProcessor
import torch
import os
from pathlib import Path
from huggingface_hub import snapshot_download
from torchvision import io
model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
"Qwen/Qwen2.5-VL-7B-Instruct",
device_map="auto",
torch_dtype=torch.bfloat16,
attn_implementation="flash_attention_2",
)
processor =… See the full description on the dataset page:
https://huggingface.co/datasets/finetrainers/3dgs-dissolve.