This GGUF release introduces turbo4 weight quantization — a custom 4-bit quantization scheme for Ornstein3.6-27B-MTP-NSC-ACE-SABER using buun-llama-cpp's turbo types.
What is Turbo4?
Format: 4-bit weight quantization using buun's GGML_TYPE_TURBO4_0 tensor type
Size: 15.99 GB for this 27B MTP model (comparable to Q4_K_M ~16 GB)
MTP-capable llama.cpp conversion and quantization.
llama.cpp PR #22673, commit e7b484815
Results
Metric
Value
SABER selected compliance proxy
92.54% (968/1046 eval prompts)
SABER selected keyword residual
7.46% (78/1046 eval prompts)
SABER selected HarmBench classifier ASR
0.67% (7/1046 eval prompts)
SABER selected KLD
0.008302
SABER selected PPL ratio
1.103853
SABER selected post PPL
17.5988
SABER selected base PPL
15.9431
MTP status
present and verified
mtp_num_hidden_layers
1
Source mtp.* tensors
15
Corrected source tensor count
866
This repository hosts llama.cpp/GGUF builds for GestaltLabs/Ornstein3.6-27B-MTP-NSC-ACE-SABER. GGUF artifacts live here so the main safetensors repository stays focused on the source checkpoint.
MTP Status
These files are built from an MTP-capable source checkpoint:
MTP check
Value
mtp_num_hidden_layers
1
mtp_use_dedicated_embeddings
false
Source mtp.* tensors
15
Corrected source tensor count
866
Conversion path
llama.cpp PR #22673, commit e7b484815
MTP support is present and verified. This release includes mtp_num_hidden_layers=1 and MTP/nextn tensors in the GGUF validation path. Use a llama.cpp build with Qwen3.5/Qwen3.6 MTP support and run with --spec-type mtp.
Vision Support
This repo includes mmproj-Ornstein3.6-27B-MTP-NSC-ACE-SABER-F16.gguf, converted from the original multimodal Ornstein 27B vision encoder. Use it with llama.cpp's multimodal path alongside any of the text GGUF quants.
Available Files
File
Status
Notes
mmproj-Ornstein3.6-27B-MTP-NSC-ACE-SABER-F16.gguf
uploaded
Vision encoder / projector for image input
Ornstein3.6-27B-MTP-NSC-ACE-SABER-F16-MTP.gguf
uploaded
Full GGUF conversion source / highest local fidelity
Smallest target; use only when memory is the hard constraint
For agentic/tool-calling workloads, prefer Q6_K, Q5_K_M, or Q4_K_M when possible. Very low quants can shift structured output before they obviously degrade prose.