lpalbou commited on
Commit
177422b
·
verified ·
1 Parent(s): 358f022

Round validation table values

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,9 +53,9 @@ Bottom line:
53
 
54
  | Layout | Disk | MLX Peak | Physical Peak | Time | Result |
55
  | --- | ---: | ---: | ---: | ---: | --- |
56
- | Original source snapshot | 118 GiB | 32.99 GiB | 48.90 GiB | 108.31 s | Baseline. |
57
- | BF16 package | 64 GiB | 32.98 GiB | 45.12 GiB | 114.39 s | Storage only; output was byte-identical. |
58
- | This mixed q8/BF16 package | 40 GiB | 20.84 GiB | 31.75 GiB | 110.34 s | Storage and memory; side-by-side quality validation passed. |
59
 
60
  Compared with the original source snapshot, this mixed q8/BF16 package cuts disk usage by about 66%, MLX peak memory by about 37%, and physical peak memory by about 35% in this validation run. It is not byte-identical to BF16, but the validation contact sheet stayed in the same visual family. The prepared q8/BF16 output was byte-identical to running `--quantize 8` from the upstream source snapshot.
61
 
 
53
 
54
  | Layout | Disk | MLX Peak | Physical Peak | Time | Result |
55
  | --- | ---: | ---: | ---: | ---: | --- |
56
+ | Original source snapshot | 118 GiB | 33.0 GiB | 48.9 GiB | 108.3 s | Baseline. |
57
+ | BF16 package | 64 GiB | 33.0 GiB | 45.1 GiB | 114.4 s | Storage only; output was byte-identical. |
58
+ | This mixed q8/BF16 package | 40 GiB | 20.8 GiB | 31.8 GiB | 110.3 s | Storage and memory; side-by-side quality validation passed. |
59
 
60
  Compared with the original source snapshot, this mixed q8/BF16 package cuts disk usage by about 66%, MLX peak memory by about 37%, and physical peak memory by about 35% in this validation run. It is not byte-identical to BF16, but the validation contact sheet stayed in the same visual family. The prepared q8/BF16 output was byte-identical to running `--quantize 8` from the upstream source snapshot.
61