Views
No views yet
Qwen/Qwen3.8-27B. It is not a fine-tune,
merge, ablation, alignment change, or chat-template modification. The source
weights are pinned to commit 1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0.Qwen3_5ForConditionalGeneration / qwen3_5 as
its internal architecture identifier. That string does not mean these
weights came from a Qwen3.5 model.1{
2 "algorithm": "MLX MXFP8 language weights with FP16 vision and MTP companion",
3 "bit_width": 8,
4 "group_size": 32,
5 "calibration_source": "none"
6}mlx-vlm / mlx-mtp with MXFP8 support / mlx 0.31.2 plus pinned mlx-vlm/mlx-mtp sources.sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 at
e8f8c211226b894fcb81acc59f3b34ba3efd5f42
as a measured proxy, not as ground-truth accuracy.1{
2 "release_gate": "PASS",
3 "text": [
4 true,
5 true,
6 true,
7 true,
8 true,
9 true,
10 true,
11 true,
12 true,
13 true
14 ],
15 "tools": [
16 true,
17 true,
18 true,
19 true,
20 true
21 ],
22 "vision": [
23 true,
24 true,
25 true
26 ],
27 "mtp": {
28 "passed": true,
29 "drafter_kind": "mtp",
30 "output_equivalent_temperature_zero": true,
31 "accepted_drafts": 48,
32 "drafted_tokens": 48,
33 "acceptance_rate": 1.0,
34 "baseline_tps": 9.772377296845708,
35 "mtp_tps": 12.13869453269861,
36 "speedup": 1.2421434584414472,
37 "measured_improvement": true,
38 "baseline_wall_seconds": 7.717594167101197,
39 "mtp_wall_seconds": 6.179688542033546,
40 "advertise_acceleration": true
41 },
42 "bf16_source_comparison": {
43 "passed": true,
44 "mean_semantic_similarity": 0.9667035639286041,
45 "exact_matches": 4,
46 "measurements": {
47 "average_generation_tps": 8.792077918162095,
48 "peak_memory_gb": 28.331811902,
49 "artifact_bytes": 29552791900,
50 "maximum_prompt_tokens_tested": 73,
51 "loop_rate": 0.0
52 },
53 "evaluator": {
54 "repo_id": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
55 "revision": "e8f8c211226b894fcb81acc59f3b34ba3efd5f42",
56 "pooling": "attention-mask mean pooling followed by L2 normalization",
57 "maximum_tokens": 256
58 }
59 }
60}1python -m pip install 'mlx==0.31.2' 'mlx-lm==0.31.3' 'mlx-vlm==0.6.1' 'huggingface-hub[cli]'
2hf download Chungulus/Qwen3.8-27B-MLX-MXFP8 --local-dir ./qwen38-quant
3python -m mlx_vlm.generate --model ./qwen38-quant --draft-model ./qwen38-quant/mtp-drafter --draft-kind mtp --draft-block-size 3 --prompt 'Describe this image.' --image ./image.png --max-tokens 256 --no-verboseenable_thinking,
reasoning_effort, and preserve_thinking) and the native Qwen tool format.validation_result.json; untested context lengths
must not be inferred from the architectural maximum.