How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="giobin/Qwen-VL-Chat-Int4-fromImageList", trust_remote_code=True)
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("giobin/Qwen-VL-Chat-Int4-fromImageList", trust_remote_code=True, dtype="auto")
Quick Links

This is a copy of 'Qwen/Qwen-VL-Chat-Int4' but with the possibility to pass the image tensors as a parameter, not downloading them from internet. model.forward(**inputs) -> model.forward(**inputs, image_list)

Downloads last month
11
Safetensors
Model size
10B params
Tensor type
F16
·
I32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support