How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="ElliottWise/qwen3-vl-math",
	filename="qwen3-vl-math-q4_k_m.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Qwen3-VL-Math

Custom model fine-tuned on Qwen3-VL-8B-Instruct Focused on math ocr data, as well as general handwritten information

GGUF format, ready for Ollama or LM Studio

Downloads last month
8
GGUF
Model size
8B params
Architecture
qwen3vl
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ElliottWise/qwen3-vl-math

Quantized
(82)
this model

Datasets used to train ElliottWise/qwen3-vl-math