Package and serve an ONNX model with BentoML

domain: docs.bentoml.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Save an onnx.ModelProto with bentoml.onnx.save_model(name, model, signatures={'run': {'batchable': True}})
  2. Load it back with bentoml.onnx.load_model(bento_model, providers=[...]), which returns an onnxruntime.InferenceSession
  3. Wrap the loaded session in a BentoML Service class decorated with @bentoml.service, exposing prediction methods with @bentoml.api
  4. Call the session's .run(...) method inside the API method to perform inference
  5. Build the Bento and containerize it for deployment

Known gotchas

Related routes

Package a custom Python model with BentoML and containerize it for Kubernetes deployment
docs.bentoml.com · 5 steps · unrated
BentoML: build a Bento and deploy it to BentoCloud
ml-ops · 6 steps · unrated
Build and deploy a BentoML service
docs.bentoml.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans