Skip to content

Commit 8475a37

Browse files
mod: add Qwen 3.8 registry entries (#3882)
Co-authored-by: gianni-cor <gianfranco.cordella@tether.io>
1 parent 886582f commit 8475a37

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

packages/registry-server/data/models.prod.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8532,5 +8532,38 @@
85328532
"tags": ["generation", "multimodal", "visionpsy", "flash"],
85338533
"notes": "Required by every VisionPsy Nano 460M Flash variant. Not interchangeable with the non-Flash projector.",
85348534
"link": "https://huggingface.co/qvac/VisionPsy-Nano-460M-Flash-GGUFs"
8535+
},
8536+
{
8537+
"source": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/resolve/fdd03b8bbd279c1694563650e79d85a2373d9934/Qwen3.8-27B-UD-Q4_K_XL.gguf",
8538+
"engine": "@qvac/llm-llamacpp",
8539+
"description": "Qwen3.8 27B UD-Q4_K_XL model",
8540+
"quantization": "UD-Q4_K_XL",
8541+
"params": "27B",
8542+
"licenseId": "Apache-2.0",
8543+
"tags": ["generation", "instruct", "multimodal", "qwen3.8", "video-instruct"],
8544+
"notes": "Pair with the F16 mmproj entry for image and video input.",
8545+
"link": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF"
8546+
},
8547+
{
8548+
"source": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/resolve/fdd03b8bbd279c1694563650e79d85a2373d9934/Qwen3.8-27B-UD-Q8_K_XL.gguf",
8549+
"engine": "@qvac/llm-llamacpp",
8550+
"description": "Qwen3.8 27B UD-Q8_K_XL model",
8551+
"quantization": "UD-Q8_K_XL",
8552+
"params": "27B",
8553+
"licenseId": "Apache-2.0",
8554+
"tags": ["generation", "instruct", "multimodal", "qwen3.8", "video-instruct"],
8555+
"notes": "Pair with the F16 mmproj entry for image and video input.",
8556+
"link": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF"
8557+
},
8558+
{
8559+
"source": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF/resolve/fdd03b8bbd279c1694563650e79d85a2373d9934/mmproj-F16.gguf",
8560+
"engine": "@qvac/llm-llamacpp",
8561+
"description": "Vision projector (mmproj) for Qwen 3.8 27B",
8562+
"quantization": "f16",
8563+
"params": "27B",
8564+
"licenseId": "Apache-2.0",
8565+
"tags": ["generation", "instruct", "multimodal", "qwen3.8", "video-instruct"],
8566+
"notes": "Required for image and video input.",
8567+
"link": "https://huggingface.co/unsloth/Qwen3.8-27B-GGUF"
85358568
}
85368569
]

0 commit comments

Comments
 (0)