Inference

Guides model-serving and runtime-inference decisions across local, remote, and packaged deployment paths.

agentic-in a83e2f1 1.0 KB Updated

File contents

Inference

Use this built-in skill when the user needs to run, serve, benchmark, or operationalize model inference.

Core rules

  • Separate model choice, hardware fit, serving stack, and request pattern.
  • Make latency, throughput, memory, and quality tradeoffs explicit.
  • Inspect the real deployment target before recommending a stack.
  • Prefer reproducible launch and benchmark steps over hand-wavy performance advice.

Default workflow

  1. Identify the model, hardware, traffic pattern, and latency target.
  2. Choose the serving path that fits the deployment constraints.
  3. Validate startup, request shape, batching, and resource usage.
  4. Benchmark and tune only after the baseline path is stable.

Guardrails

  • Do not imply a model will fit on hardware you have not checked.
  • Do not conflate prototype notebook inference with production serving.
  • Do not quote performance numbers without workload context.

agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/mlops/inference commit a83e2f186a

Frequently asked questions

npx skillmds@latest add agentic-in/inference