feat: recipe system — hardware-aware model recommendations#158
Open
raullenchai wants to merge 3 commits intomainfrom
Open
feat: recipe system — hardware-aware model recommendations#158raullenchai wants to merge 3 commits intomainfrom
raullenchai wants to merge 3 commits intomainfrom
Conversation
Add `rapid-mlx recipe <model>` and enhance `rapid-mlx models` with auto-detected Apple Silicon hardware profiles. Recipes compute max context, estimated tok/s, and generate optimal serve commands from 16 benchmarked models × 40 hardware SKUs (M1→M4). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
7 tasks
Qwen3.6-27B: 36.5 tok/s, 14.9GB, dense hybrid (DeltaNet), 262K context Qwen3.6-35B: 92 tok/s, 19GB, MoE-hybrid, 12% faster than Qwen3.5-35B Qwen3.6-35B-6bit: estimated 72 tok/s, 28GB, higher quality Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Qwen3.6 uses XML tool format (<function=name><parameter=key>value</parameter>), not Hermes JSON format. With correct parser: 63% tool calling (vs 0% with hermes). Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.
Summary
rapid-mlx recipe <model>CLI command: auto-detects Apple Silicon hardware, computes max context length, estimated tok/s, and generates the optimalrapid-mlx servecommandrapid-mlx modelswith hardware-aware table showing fits/OOM/tight status per modelsysctlestimated_tps = measured_tps × (target_bandwidth / reference_bandwidth)--json)--runflag to start server directly with recommended configUsage
Test plan
🤖 Generated with Claude Code