Ben Graville commited on
Commit
9a7295a
·
verified ·
1 Parent(s): 7d33147

README: ctx16384 bundles

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -37,3 +37,14 @@ Same weights, same graph, same recipe as the 4096 bundles above — the exporter
37
  | Bundle | Source checkpoint | Context | Functions | KV dtype | Producer | Created |
38
  |---|---|---|---|---|---|---|
39
  | `ctx8192/gpu-pipelined/lfm2_5_2_6b_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-2.6B | 8192 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T205308Z |
 
 
 
 
 
 
 
 
 
 
 
 
37
  | Bundle | Source checkpoint | Context | Functions | KV dtype | Producer | Created |
38
  |---|---|---|---|---|---|---|
39
  | `ctx8192/gpu-pipelined/lfm2_5_2_6b_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-2.6B | 8192 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T205308Z |
40
+
41
+
42
+ ## High-context bundles — ctx 16384
43
+
44
+ Same weights, same graph, same recipe as the 4096 bundles above — the exporter's
45
+ `--max-ctx` only widens the dynamic sequence bound and the manifest's
46
+ `language.max_context_length`. KV cache stays fp16.
47
+
48
+ | Bundle | Source checkpoint | Context | Functions | KV dtype | Producer | Created |
49
+ |---|---|---|---|---|---|---|
50
+ | `ctx16384/gpu-pipelined/lfm2_5_2_6b_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-2.6B | 16384 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T205517Z |