01
Choose the checkpoint
Use Base for a controlled fine-tuning project; use the post-trained checkpoint to evaluate chat, reasoning, and tool workflows.
Independent implementation planner · Source checked August 5, 2026
Choose the official model artifact, deployment runtime, device budget, tool authority, and evaluation contract before integrating an on-device agent. The planner documents decisions; it does not execute a model or establish Flowith availability.
Five decisions
01
Use Base for a controlled fine-tuning project; use the post-trained checkpoint to evaluate chat, reasoning, and tool workflows.
02
Map native, GGUF, MLX, or ONNX artifacts to the actual CPU, GPU, Apple Silicon, or edge target.
03
Measure weights, KV cache, runtime overhead, tool services, context length, latency, and thermal behavior together.
04
Allowlist tools and arguments, validate every call, separate read from write authority, and require approval for material actions.
05
Replay versioned tasks and score correct calls, refusals, recovery, latency, memory, cost, and final-answer grounding.
Implementation record
checkpoint = exact official repository + revision
format = native | GGUF | MLX | ONNX
runtime = pinned version and launch command
device = RAM/VRAM + thermal and battery envelope
context = measured prompt + tool trace budget
tools = allowlist + schema + authority + approval
evaluation = replay set + failure and rollback gatesDo not convert the provider's benchmark, maximum context, or harness training record into a workload guarantee. Capture your own versioned result.
Review checkpoint facts, formats, context, use cases, cautions, and official sources.
Create a reproducible local smoke test without overclaiming device fit.
Resolve the official Base versus post-trained naming and evaluation boundary.
Choose llama.cpp, MLX, vLLM, SGLang, ONNX, or Transformers by deployment job.
Plan memory, context, speed, thermals, and acceptance tests.
Test tool schemas, authority, execution, retries, traces, and approvals.
Official references: Liquid model documentation, LiquidAI model card, and format library. Verify current repositories, licenses, runtime support, and device behavior before implementation.