Views
No views yet
v1.1 track: record-and-replay skills, richer real-world benches. This0.4.0freeze is the loudink-v1 GA snapshot.
| Slice | Shipped | Neural | Latency |
|---|---|---|---|
| Writing (n=22) | 100% | 86.4% | p50 181 ms |
| Computer (n=34) | 100% | — | mostly fast-path |
| Multi-step (n=21) | 100% | — | mostly fast-path |
| Overall (n=56) | 100% | — | — |
| IR honesty (n=112, no fast paths) | — | 46.4% | — |
writer/ # optional promoted_core_100.safetensors seed adapter
writer_unified/ # production writer LoRA (adapters.safetensors)
ir/ # production IR LoRA (adapters.safetensors)
router.json
manifest.json
inference_config.jsonmlx-community/LFM2.5-1.2B-Instruct-4bitmlx-community/functiongemma-270m-it-4bit1# pip install mlx-lm huggingface_hub
2from huggingface_hub import snapshot_download
3
4bundle = snapshot_download("nsalerni/flowcast-loudink-v1")
5# runner_kind: loudink_v1
6# polish_mode: structural
7# writer_unified_adapter_path: {bundle}/writer_unified
8# ir_adapter_path: {bundle}/irinference_config.json and client_contract.md for Flowcast client fields.