feat: add mtplx engine support - #161
Merged
Merged
Conversation
MTPLX is Apple-Silicon only, so it is servable and fleet-wakeable but not a cloud deploy target. It has no metrics dialect; readiness is still checked, against the base address with no scrape target.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposes the OpenSpec change that adds mtplx as a servable, daemon-supervised, fleet-wakeable engine.
Summary
mtplxbecomes a servable engine:mtplx servewith the model as--model, the served name as--model-id, the context window as--context-window, and--downloadalways passed so the engine fetches a missing model itselfPARALLEL nrenders as--max-active-requests n, MTPLX's admission cap; the scheduling mode stays a preset concernmtplx: the Spinloop-to-deploy-config derivation becomes runner-aware (a node-side runner gate, per-engine preset fallback keys, owned preset keys)/health; the catalogue gains anmtplxprovider; docs andexamples/mtplx/Implementation details
remote deploykeeps refusing it and the cloud gate staysllamacpp/vllm./metricsis a JSON ring of per-request envelopes, not Prometheus counters, so it gets the omlx treatment — no scrape, no token stats.Refs #148