Ben Graville commited on
Commit
5d38fb1
·
verified ·
1 Parent(s): 351dab4

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_1_2b_instruct_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-1.2B-Instruct | 8192 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T204942Z |
 
 
 
 
 
 
 
 
 
 
 
 
37
  | Bundle | Source checkpoint | Context | Functions | KV dtype | Producer | Created |
38
  |---|---|---|---|---|---|---|
39
  | `ctx8192/gpu-pipelined/lfm2_5_1_2b_instruct_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-1.2B-Instruct | 8192 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T204942Z |
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_1_2b_instruct_decode_int8hu_block32_sym_mf64` | LiquidAI/LFM2.5-1.2B-Instruct | 16384 | main+prefill | fp16 | coreai-core 1.0.0b2 | 20260817T205056Z |