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 affine weight quantization with FP16 vision and MTP drafter companion",
3 "bit_width": 5,
4 "group_size": 64,
5 "calibration_source": "none"
6}mlx-vlm plus mlx-mtp compatible drafter / mlx-vlm 0.6.1; mlx 0.31.2; mlx-lm 0.31.3.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": 84,
32 "drafted_tokens": 88,
33 "acceptance_rate": 0.9545454545454546,
34 "baseline_tps": 10.722035256649095,
35 "mtp_tps": 13.000213911486806,
36 "speedup": 1.2124763256514137,
37 "measured_improvement": true,
38 "baseline_wall_seconds": 12.302287542028353,
39 "mtp_wall_seconds": 10.11357758298982,
40 "advertise_acceleration": true
41 },
42 "bf16_source_comparison": {
43 "passed": true,
44 "mean_semantic_similarity": 0.9520436644554138,
45 "exact_matches": 4,
46 "measurements": {
47 "average_generation_tps": 11.310333833788317,
48 "peak_memory_gb": 21.708525014,
49 "artifact_bytes": 20308322354,
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-5bit --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.