Community MLX conversions of
Qwen/Qwen3.6-27B, produced and
validated by PocketAI Model Lab. PocketAI did not train or fine-tune this
model. This is not an official Qwen release, and no endorsement is implied.
This repository contains compact 4-bit, balanced 6-bit, higher-precision
8-bit, and full BF16 variants derived from the same pinned official revision.
The effective stored precisions reported by the converter are 4.695, 6.661,
and 8.627 bits per weight for the 4-bit, 6-bit, and 8-bit releases,
respectively. The unquantized vision tower accounts for the difference from a
purely language-only bits-per-weight estimate.
Creative coding showcase
All four variants received the same prompt in fresh MLX-VLM processes to
create a colorful, single-file HTML voxel pagoda garden. The synchronized
comparison uses the same 15-second timing, camera direction, 180-degree orbit,
and downward camera angle for every variant.
These are single-run generation measurements on a 128 GB Apple M5 Max
MacBook Pro using mlx==0.32.0, mlx-vlm==0.6.8, batch size 1, thinking
enabled, temperature 0.6, top-p 0.95, top-k 20, and seed 20260730.
Generation speed excludes prompt prefill. Output lengths differ, so generation
time should not be compared as though every variant emitted the same number of
tokens.
Browser rendering performance
Variant
Average FPS
1% low FPS
Worst frame time
MLX 4-bit
59.99
56.82
24.1 ms
MLX 6-bit
60.00
56.50
17.8 ms
MLX 8-bit
59.93
56.82
33.4 ms
MLX BF16
60.00
56.50
17.8 ms
Rendering FPS was measured from requestAnimationFrame timestamps while each
WebGL canvas was recorded in the browser. It measures the generated scene's
rendering behavior, not MLX inference speed.
All four original generations produced extractable HTML, passed JavaScript
syntax validation, rendered as 1280×720 WebGL scenes with no console errors or
warnings, and required no repairs. The exact prompt, generation settings,
measurements, validation records, original HTML outputs, FPS telemetry, and
video manifest are available under
benchmarks/creative-voxel-pagoda/.
The compact aggregate is
benchmarks/creative-voxel-pagoda.json.
Download and load
Install the validated runtime on an Apple Silicon Mac:
Deterministic image smoke: exact dominant color red
Full PocketAI Model Lab suite: 109/109 tests
Every uploaded variant includes an artifact-manifest.json with exact file
sizes and SHA-256 hashes.
The checks above establish artifact integrity, strict runtime loading, basic
text generation, and basic image understanding. They are not a broad
benchmark or a guarantee of correctness for every prompt, context length, or
serving configuration.