This repository contains a post-training-quantized checkpoint of
LiquidAI/LFM2.5-1.2B-Instruct,
prepared for efficient vLLM inference and per-request LoRA serving.
Base model
Model: LiquidAI/LFM2.5-1.2B-Instruct
Model revision: 868df74dd56ff8a0c2ac5dbf281690c2dbebe4c9
This is therefore a mixed-precision checkpoint: the targeted attention and feed-forward
projections use W8A8 INT8, while unsupported Liquid convolution projections remain BF16.
They were intentionally excluded because Transformers names them conv, while vLLM 0.24.0
uses short_conv and does not remap the compressed scale names.
The full target-module list, exclusions, source revision, and compatibility rationale are
recorded in recipe.yaml and quantization_manifest.json.
When paired with the separately trained PointGuard application-policy LoRA
(not included in this repository), this checkpoint achieved the following on a balanced
558-row held-out development-validation set:
Accuracy: 96.42%
Macro F1: 96.41%
AUPRC: 99.44%
MATCH recall: 98.57%
False negatives: 4 of 279 MATCH examples
Using vLLM generative scoring with one prompt per HTTP request:
Concurrency
Median throughput
Median p95 latency
16
62.4 requests/second
303 ms
32
67.7 requests/second
543 ms
These measurements are specific to the evaluated prompt distribution, LoRA adapter, NVIDIA
A10G GPU, and vLLM configuration; they are not general language-model benchmarks.
Intended use and limitations
This repository contains the quantized general-purpose base checkpoint, not a standalone
guardrail. It does not include a task-specific LoRA adapter, policy engine, calibrated decision
thresholds, or safety guarantees.
Quantization can change model quality and probability calibration. Evaluate the exact production
adapter, prompt format, serving runtime, thresholds, and deployment data before use.