lpalbou commited on
Commit
f7de702
·
verified ·
1 Parent(s): 9c00054

Round validation table values

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -46,9 +46,9 @@ Bottom line:
46
 
47
  | Layout | Disk | MLX Peak | Physical Peak | Time | Result |
48
  | --- | ---: | ---: | ---: | ---: | --- |
49
- | Original source snapshot | 118 GiB | 32.99 GiB | 48.90 GiB | 108.31 s | Baseline. |
50
- | This BF16 package | 64 GiB | 32.98 GiB | 45.12 GiB | 114.39 s | Storage only; output was byte-identical. |
51
- | Mixed q8/BF16 package | 40 GiB | 20.84 GiB | 31.75 GiB | 110.34 s | Storage and memory; side-by-side quality validation passed. |
52
 
53
  Compared with the original source snapshot, this BF16 package cuts disk usage by about 46% but does not materially reduce generation memory. The 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.
54
 
 
46
 
47
  | Layout | Disk | MLX Peak | Physical Peak | Time | Result |
48
  | --- | ---: | ---: | ---: | ---: | --- |
49
+ | Original source snapshot | 118 GiB | 33.0 GiB | 48.9 GiB | 108.3 s | Baseline. |
50
+ | This BF16 package | 64 GiB | 33.0 GiB | 45.1 GiB | 114.4 s | Storage only; output was byte-identical. |
51
+ | Mixed q8/BF16 package | 40 GiB | 20.8 GiB | 31.8 GiB | 110.3 s | Storage and memory; side-by-side quality validation passed. |
52
 
53
  Compared with the original source snapshot, this BF16 package cuts disk usage by about 46% but does not materially reduce generation memory. The 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.
54