Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M
<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-TWIN-TURBO-Cold-Fusion-709-L (oQ8e Apple Silicon MLX)</h1>
<h3 align="center">Official Solstice-AI Apple Silicon Release • 8-Bit Mixed Precision • 1M Tokens (1,048,576) Context Window • Native Hardware MTP Speculation • Solstice 10-Level Cognitive System</h3>
<p align="center"> <b>Original Architecture by <a href="https://huggingface.co/Qwen">Qwen / Alibaba</a> • Twin-Turbo Fine-Tune by <a href="https://huggingface.co/DavidAU">DavidAU</a> • oQ8e Mixed-Precision by <a href="https://huggingface.co/Solstice-AI">Solstice-AI</a></b> </p>
<p align="center"> <img src="https://img.shields.io/badge/org-Solstice--AI-blueviolet" alt="Solstice-AI"> <img src="https://img.shields.io/badge/license-Apache%202.0-blue" alt="License"> <img src="https://img.shields.io/badge/format-Apple%20MLX-orange" alt="Format"> <img src="https://img.shields.io/badge/precision-oQ8e-yellow" alt="Precision"> <img src="https://img.shields.io/badge/context-1M%20Tokens%20(1,048,576)-purple" alt="Context"> <img src="https://img.shields.io/badge/hardware-64GB+%20Unified%20Memory-brightgreen" alt="Hardware"> </p>
Executive Overview
`Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M` is the official Apple Silicon MLX release of DavidAU's Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored.
Engineered specifically for Apple Silicon Unified Memory architectures (M2, M3, M4, M5 Max / Ultra), this release couples `oQ8e` imatrix-guided mixed-precision with Solstice's proprietary 10-Level Cognitive Variable Thinking System and native Hardware Multi-Token Prediction (MTP).
Model Architecture Specifications:
- Base Precision:
oQ8emixed-precision with importance-matrix sensitivity allocation. - Sensitive Layer Protection: Attention QKVO projections, MLP gate/up matrices, and normalization tensors strictly preserved at higher bit-depths (6-bit/8-bit/BF16).
- Multi-Token Prediction (MTP): Native Hardware MTP execution on Metal, providing 58–74 tok/s on consumer and pro Apple Silicon.
- Context Scaling: 1,048,576 tokens (1M native YaRN configuration).
- Refusal Vector Neutralization: Full orthogonalized abliteration across all safety refusal directions.
Official ARC-709 Benchmark Scoreboard
Solstice 10-Level Cognitive Variable Thinking Engine
This checkpoint embeds the Solstice 10-Level Cognitive Jinja chat template, allowing instant dynamic control over reasoning depth:
{REASON:mortal} -> Level 0: 0 thinking tokens (instant instruct mode)
{REASON:apollo} -> Level 2: 200–400 tokens (fast logic)
{REASON:athena} -> Level 4: ~1,500 tokens (balanced synthesis)
{REASON:hyperion} -> Level 7: Rigorous Qwen 3.8 native CoT derivation
{REASON:einstein} -> Level 8: 20-agent divergent multi-perspective swarm
{REASON:oracle} -> Level 9: Deep Research simulated councilApple Silicon MLX Quickstart
pip install mlx-lmfrom mlx_lm import load, generate
model, tokenizer = load("Solstice-AI/Qwen3.8-27B-TTURBO-Cold-Fusion-709-L-Uncensored-mlx-oQ8e-1M")
response = generate(
model,
tokenizer,
prompt="{REASON:apollo} Explain the mathematical advantage of mixed-precision oQ quantization on Apple Silicon unified memory.",
max_tokens=2048,
verbose=True
)
print(response)Hardware Sizing & Unified Memory Footprint
Organization & Attribution
- Organization: Solstice AI (`Solstice-AI`)
- Base Model: DavidAU/Qwen3.8-27B-TWIN-TURBO-Fable-Cold-Fusion-709-L-Uncensored
