Run an uncensored Gemma 4 26B-A4B model locally on Apple Silicon with approximately 2 GB of active RAM using TurboFieldfare Uncensored.
This is a purpose-built and validated 4-bit checkpoint for TurboFieldfare's Swift/Metal expert-streaming runtime. It uses the quantization recipe and tensor layout expected by TurboFieldfare: affine 4-bit weights with group size 64 and an 8-bit router projection.
[!IMPORTANT]
The complete checkpoint occupies approximately 14.3 GB on disk. The approximately 2 GB RAM figure refers to the resident weights and KV cache used by TurboFieldfare while routed experts are streamed from SSD. Loading the complete checkpoint normally with MLX requires substantially more memory.
Why this checkpoint exists
TurboFieldfare does not simply load an arbitrary 4-bit model. Its hand-written Metal kernels and streaming installer expect a specific weight representation.
This checkpoint was produced and validated for:
affine 4-bit quantization with group size 64;
4-bit embeddings, attention, and shared and routed expert weights;
an 8-bit router.proj;
the tensor structure consumed by TurboFieldfare's installer and Metal kernels;
SSD-backed routed-expert streaming on Apple Silicon.
Generic MLX or GGUF quantizations should not be assumed to be drop-in TurboFieldfare inputs, even when they use the same base model and nominal bit width.
Quick start with TurboFieldfare
Requirements
Apple Silicon Mac
macOS 26 with Metal 4
Xcode 26 and Swift 6.2 or newer
approximately 15 GB available for download and 14.3 GB for the installed checkpoint
Instruction tuning and abliteration source:TrevorJS/gemma-4-26B-A4B-it-uncensored. Its model card reports biprojection plus Expert-Granular Abliteration, a 0.7% refusal rate, and KL divergence of 0.09 relative to the base checkpoint.
This repository: custom affine quantization and packaging matching the 4-bit/group-64 layout required by TurboFieldfare, with router.proj retained at 8-bit.
For structural compatibility, the quantization layout follows the official mlx-community/gemma-4-26b-a4b-it-4bit release while applying it to the uncensored source checkpoint.
Scope and limitations
This repository contains model weights, not the TurboFieldfare runtime itself.
TurboFieldfare's current path is text-only; images, audio, and video are not supported.
Reduced refusal behavior does not guarantee correctness, neutrality, or suitability for a particular use.
Generated output may be inaccurate, harmful, or otherwise inappropriate. Evaluate important outputs independently.
Performance varies by Mac, SSD, prompt, cache state, and runtime settings.
The model has reduced refusal behavior compared with the aligned instruction checkpoint and may produce content that the original model would decline. Users are responsible for complying with applicable law, the model terms, and the prohibited-use policy.
TurboFieldfare is an independent project and is not affiliated with, sponsored by, or endorsed by Google.