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": "llama.cpp stable K-quants and IQ quants from one F16 GGUF",
3 "bit_width": [
4 2,
5 3,
6 4,
7 5,
8 6,
9 8
10 ],
11 "group_size": "format_defined",
12 "calibration_source": "none for K-quants; local representative prompts for IQ variants if required"
13}llama.cpp / 5f754ea0e2fd21e1213db7ebebfd65d938d9d69c.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 "acceleration_claimed": false,
30 "retention_gate": "GGUF tensor and nextn metadata inspection",
31 "advertise_acceleration": false
32 },
33 "bf16_source_comparison": {
34 "passed": true,
35 "mean_semantic_similarity": 0.9082151889801026,
36 "exact_matches": 5,
37 "measurements": {
38 "average_generation_tps": 8.600119274947904,
39 "peak_memory_gb": null,
40 "artifact_bytes": 206294771716,
41 "maximum_prompt_tokens_tested": 73,
42 "loop_rate": 0.0
43 },
44 "evaluator": {
45 "repo_id": "sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2",
46 "revision": "e8f8c211226b894fcb81acc59f3b34ba3efd5f42",
47 "pooling": "attention-mask mean pooling followed by L2 normalization",
48 "maximum_tokens": 256
49 }
50 },
51 "bf16_fixed_logit_comparison": "not applicable to the original 30-slot matrix"
52}1git clone https://github.com/ggml-org/llama.cpp && cd llama.cpp
2git checkout 5f754ea0e2fd21e1213db7ebebfd65d938d9d69c
3cmake -S . -B build -DGGML_METAL=ON -DCMAKE_BUILD_TYPE=Release
4cmake --build build --config Release -j
5hf download Chungulus/Qwen3.8-27B-GGUF --local-dir ../qwen38-gguf
6cd ../qwen38-gguf
7../llama.cpp/build/bin/llama-mtmd-cli -m ./Qwen3.8-27B-Q4_K_M.gguf --mmproj ./mmproj-Qwen3.8-27B-F16.gguf -p 'Describe the image.' --image ./image.pngenable_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.