vmlinux commited on
Commit
25517f0
·
verified ·
1 Parent(s): 1219c03

Add build and validation results

Browse files
Files changed (1) hide show
  1. BUILD_RESULTS.md +56 -0
BUILD_RESULTS.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Build results
2
+
3
+ ## Outputs
4
+
5
+ | File | Preset / type | Bytes | Size | BPW |
6
+ | --- | --- | ---: | ---: | ---: |
7
+ | `artifacts/Muse-Glimmer-30B-ROCmFP4.gguf` | `Q4_0_ROCMFP4_STRIX`, ftype 105 | 15,210,123,424 | 14.17 GiB | 4.36 |
8
+ | `artifacts/Muse-Glimmer-30B-ROCmFP8.gguf` | `Q8_0_ROCMFPX`, ftype 111 | 28,742,539,776 | 26.77 GiB | 8.25 |
9
+ | `artifacts/Muse-Glimmer-30B-ROCmFP4-Q6-QUALITY.gguf` | `Q4_0_ROCMFP4_COHERENT`, ftype 102 | 16,032,978,080 | 14.94 GiB | 4.60 |
10
+ | `intermediate/mmproj-Muse-Glimmer-30B-BF16.gguf` | BF16 vision projector | 3,849,173,920 | 3.59 GiB | — |
11
+
12
+ The text GGUFs each contain 731 tensors and report the `muse-glimmer`
13
+ architecture. The projector contains 809 tensors, 50 vision blocks, and the
14
+ `muse-glimmer` projector type.
15
+
16
+ ## Importance matrix
17
+
18
+ - File: `calibration/Muse-Glimmer-30B-narrative-general.imatrix`
19
+ - Format: GGUF importance matrix
20
+ - Entries consumed by quantizer: 416
21
+ - Calibration: 500 chunks × 512 tokens (approximately 256k tokens)
22
+ - Input corpus: local `narrative-general-imatrix-sample.txt`
23
+ - Recovery files: `.at_100`, `.at_200`, `.at_300`, `.at_400`, `.at_500`
24
+
25
+ Both FP4 quantizers parsed all 416 entries and reported that the matrix was
26
+ computed from 500 chunks. The standalone `--show-statistics` mode exits with
27
+ SIGFPE in this ROCmFPX base; this does not affect matrix generation or the two
28
+ successful quantizer consumers.
29
+
30
+ ## Runtime validation
31
+
32
+ All checks used the experimental Muse-capable ROCmFPX build on `ROCm0` with
33
+ all layers offloaded and a 1,024-token context unless noted.
34
+
35
+ | Model | Result | Prompt rate | Decode rate |
36
+ | --- | --- | ---: | ---: |
37
+ | ROCmFP4 | clean 16-token single-turn generation | 113.7 tok/s | 14.9 tok/s |
38
+ | ROCmFP8 | clean 16-token single-turn generation | 96.7 tok/s | 7.8 tok/s |
39
+ | ROCmFP4-Q6-QUALITY | clean 16-token single-turn generation | 39.0 tok/s | 14.0 tok/s |
40
+ | ROCmFP4 + BF16 mmproj | loaded `text, vision`, decoded a PNG as a folder icon | 81.7 tok/s | 14.9 tok/s |
41
+
42
+ The vision smoke test used a 2,048-token context and a local system icon. The
43
+ older ROCmFPX flash-attention ABI requires the Muse sparse attention mask in
44
+ FP16; the experiment toolchain converts the upstream FP32 mask values to FP16
45
+ at upload time.
46
+
47
+ ## Toolchain verification
48
+
49
+ - `test-llama-archs`: passed, including Muse Glimmer architecture loading
50
+ - `test-quantize-fns`: passed
51
+ - Vulkan ROCmFP4 copy/conversion backend tests: 34/34 passed
52
+ - `llama-quantize`, `llama-imatrix`, `llama-cli`, and `llama-server`: built
53
+ - ROCmFPX build version: `209 (00d54526e)`
54
+
55
+ SHA-256 digests for sources, intermediates, and final outputs are recorded in
56
+ `manifests/SHA256SUMS`.