Solstice-AI/Qwen3.8-27B-TURBO-Fable-Cold-Fusion-NEO-CODER-GGUF
<p align="center"> <img src="https://cdn-uploads.huggingface.co/production/uploads/67c2e844e0921a5410eec10a/Y5M42dCag2f7Fc6fDtV0Z.jpeg" alt="Solstice-AI Banner" width="100%"> </p>
<h1 align="center">Qwen3.8-27B-TURBO NEO-CODER (Official Clean GGUF Suite)</h1>
<h3 align="center">Official Solstice-AI Release • Standard Clean UD 3.0 Matrix • Multi-Token Prediction (MTP) Speculative Tiers • Pure BF16 Multimodal Vision Projector</h3>
<p align="center"> <b>Original Architecture by <a href="https://huggingface.co/Qwen">Qwen / Alibaba Cloud</a> • Uncensored Weights by <a href="https://huggingface.co/DavidAU">DavidAU</a> • Curated & Packaged by <a href="https://huggingface.co/Solstice-AI">Solstice-AI</a></b> </p>
Model Summary
`Solstice-AI/Qwen3.8-27B-TURBO-Fable-Cold-Fusion-NEO-CODER-GGUF` contains the official clean GGUF suite of Qwen3.8-27B NEO-CODER, bringing DavidAU's latest coding and agentic prompt engineering optimizations into standard, clean UD 3.0 GGUF binaries.
Key NEO-CODER Capabilities:
- Dynamic Reasoning Effort Controls (`reasoning_effort`):
medium: Suppresses default system prompt injection for direct, unrestricted coding execution and SWE-bench compatibility.xhigh: Injects deep-reasoning verification tags (<thought>) for complex algorithmic design and proofs.- Deterministic XML Tool Calling: Pre-configured for
<tool_call><function=...><parameter=...></function></tool_call>execution. - Pure BF16 Vision Transformer (`mmproj-BF16.gguf`): Standalone 16-bit multimodal vision projector with zero FP16 underflow risks.
- Multi-Token Prediction (MTP) Speculative Tiers: Bundles specialized MTP models (
speculative-mtp/) and DSpark drafters (speculative/).
File Catalog
Quickstart with llama.cpp
Standard Multimodal Inference:
llama-server \
-m Qwen3.8-27B-TURBO-Fable-Cold-Fusion-NEO-CODER-Q4_K_M.gguf \
--mmproj mmproj-BF16.gguf \
-c 131072 \
--port 8080Speculative Decoding (1.8x Speedup):
llama-cli \
-m Qwen3.8-27B-TURBO-Fable-Cold-Fusion-NEO-CODER-Q4_K_M.gguf \
-md speculative/Qwen3.8-27B-DSpark-Q4_K_M.gguf \
--mmproj mmproj-BF16.gguf \
-p "Write a high-performance async actor pool in Rust using Tokio."