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 5-bit quantization with group size 32",
3 "bit_width": 5,
4 "group_size": 32,
5 "calibration_source": "none"
6}mlx-vlm / 0.6.1.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": 11.889081281356098,
35 "mtp_tps": 13.25660234721037,
36 "speedup": 1.1150232750110602,
37 "measured_improvement": true,
38 "baseline_wall_seconds": 11.084187333006412,
39 "mtp_wall_seconds": 9.887206791900098,
40 "advertise_acceleration": true
41 },
42 "bf16_source_comparison": {
43 "passed": true,
44 "mean_semantic_similarity": 0.9774516999721528,
45 "exact_matches": 6,
46 "measurements": {
47 "average_generation_tps": 12.568759032272249,
48 "peak_memory_gb": 23.639191525,
49 "artifact_bytes": 21989153029,
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 "bf16_fixed_logit_comparison": {
61 "positions": 106,
62 "inputs_sha256": "f1a0af6b9580739ebc9efa9375ae31aa6940dafe7ff6446097ed6cf8d9ab37de",
63 "mean_kl_divergence": 0.004990289304054009,
64 "reference_perplexity": 9.84727010437735,
65 "candidate_perplexity": 9.883995913928073,
66 "perplexity_delta": 0.03672580955072391,
67 "top1_token_agreement": 0.9528301886792453,
68 "selection": "selected",
69 "warnings": [
70 "KL is measured on fixed original text, not a public benchmark.",
71 "BF16 log-probabilities are stored in float16 after float32 log-softmax; reported KL therefore has finite-storage approximation error."
72 ]
73 }
74}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-Group32 --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.