[CANCELLED] eval(omlx): oMLX parallel-inference evaluation (abandoned)#151
Draft
FluffyAIcode wants to merge 2 commits into
Draft
[CANCELLED] eval(omlx): oMLX parallel-inference evaluation (abandoned)#151FluffyAIcode wants to merge 2 commits into
FluffyAIcode wants to merge 2 commits into
Conversation
… capture its launch CLI Prereq for evaluating whether oMLX (jundot/omlx) continuous-batching can do the Gemma-4 parallel inference vllm-mlx could not. Read-only: detects CLI/app bundle/brew/pip and dumps --help/serve|launch help; no server, no model load. Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
Drives an already-running oMLX OpenAI server (OMLX_BASE_URL/OMLX_MODEL) with N unique-needle requests serially then concurrently; reports errors, per-request correctness (no cross-request contamination), and wall speedup — the exact Gemma-4 parallel case vllm-mlx crashed on (shared_kv TypeError). Stdlib-only (urllib+threads). Ready to run once oMLX is installed + serving on the Mac. Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
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.
CANCELLED — please close this PR. Per the user's request, the oMLX evaluation is abandoned and the head branch (
AgentMemory/omlx-parallel-inference-eval-2815) has been deleted, so there is nothing to merge. GitHub did not auto-close it; one click on Close pull request will finish it off.(Original scope: a read-only
omlx-env-probefound oMLX was not installed on the Mac runner, and a parallel-inference bench was prepared but never run. All of it lived only on the now-deleted branch.)