LFM2.5-350M โ fni8 (int8/W4A8 dp4a, Volta sm_70)
Liquid Foundation Model (short-conv hybrid), quantized from LiquidAI/LFM2.5-350M. Repackaged to the .fni8 resident format (~0.42 GB (int8) / ~0.29 GB (int4)) for the fni8 W8A8/W4A8 DP4A kernels on NVIDIA Volta (sm_70) โ Tesla V100 / CMP 100-210.
Status
Partially validated โ early checkpoint. The int8 weights load and prefill is tested, but end-to-end decode is NOT yet validated (short-conv recurrent cache is a work in progress). Do not rely on generation quality yet. Performance is fleet-specific. All fni8 speedups are measured on the CMP 100-210 mining-card fleet, where the fp16 tensor cores are firmware-gimped. These numbers do not transfer to a real Tesla V100 (whose fp16 tensor cores would beat dp4a).
Format
- Weights: int8 per-row (W8A8) or int4 per-group (W4A8), fp32 scales, resident dp4a VRAM layout.
- Why dp4a: sm_70 has no int8 tensor cores, so the matmul contraction runs on the
__dp4aCUDA-core intrinsic. On the CMP 100-210 fleet (whose fp16 tensor cores are firmware-limited) dp4a is the fast path, not a compromise.
How to run
fni8-serve is the LLM runtime (load_fni8_state_dict(<file>) into an LLMEngine; the architecture is read from the file). ComfyUI-fni8 is for diffusion DiTs only and does not load this model.
Limitations
- Quantization is lossy: int8 (and especially int4) outputs differ from the fp16/bf16 parent, and the difference varies by task.
- Capabilities, biases, and risks of the parent model carry over โ see the parent card.
- This is a derivative quantization, not a relicense; the parent model's license and acceptable uses apply.
Part of the fni8 stack: kernels ยท LLM serving ยท ComfyUI DiTs.