Views
No views yet
🇬🇧 English | 🇷🇺 Русский | 🇨🇳 中文
mmproj) for Qwen3.5-9B in GGUF format, Q8_0.| File | Type | Quant |
|---|---|---|
mmproj-qwen3.5-9b-q8_0.gguf | vision projector | Q8_0 |
The text backbone weights are not included — use them from the original repo or your own GGUF quant.
1# CLI
2llama-cli \
3 --model qwen3.5-9b-Q4_K_M.gguf \
4 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
5 --image photo.jpg \
6 -p "Describe the image"
7
8# Server
9llama-server \
10 --model qwen3.5-9b-Q4_K_M.gguf \
11 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
12 --port 8080llama-quantizemmproj) для Qwen3.5-9B в формате GGUF, Q8_0.| Файл | Тип | Квант |
|---|---|---|
mmproj-qwen3.5-9b-q8_0.gguf | vision projector | Q8_0 |
Основные веса модели в этот репозиторий не включены — используй их из оригинального репо или своего GGUF-кванта.
1# CLI
2llama-cli \
3 --model qwen3.5-9b-Q4_K_M.gguf \
4 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
5 --image фото.jpg \
6 -p "Опиши изображение"
7
8# Сервер
9llama-server \
10 --model qwen3.5-9b-Q4_K_M.gguf \
11 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
12 --port 8080llama-quantizemmproj),GGUF 格式,Q8_0 量化。| 文件 | 类型 | 量化 |
|---|---|---|
mmproj-qwen3.5-9b-q8_0.gguf | 视觉投影器 | Q8_0 |
本仓库不包含文本主干权重——请从原始仓库或自行量化的 GGUF 中获取。
1# 命令行
2llama-cli \
3 --model qwen3.5-9b-Q4_K_M.gguf \
4 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
5 --image photo.jpg \
6 -p "描述这张图片"
7
8# 服务端
9llama-server \
10 --model qwen3.5-9b-Q4_K_M.gguf \
11 --mmproj mmproj-qwen3.5-9b-q8_0.gguf \
12 --port 8080llama-quantize