Skip to content

Add end-to-end distributed inference runtime#3

Merged
manishklach merged 1 commit into
mainfrom
codex/end-to-end-runtime
Jul 21, 2026
Merged

Add end-to-end distributed inference runtime#3
manishklach merged 1 commit into
mainfrom
codex/end-to-end-runtime

Conversation

@manishklach

Copy link
Copy Markdown
Owner

What changed

  • adds a versioned, checksummed synthetic checkpoint format and deterministic expert sharding
  • implements causal attention, routing, stationary INT4 SwiGLU workers, activation dispatch, and weighted reduction
  • supports both in-process and framed-TCP multi-process execution with parity tests
  • exposes OpenAI-compatible model and chat-completions endpoints
  • adds worker/server/checkpoint CLIs, Docker Compose topology, runtime documentation, and deployment boundaries

Why

The repository previously proved individual planning, routing, quantization, and HIP-kernel pieces but did not provide a runnable request-to-response path. This vertical slice makes the architecture executable on CPU while preserving the interfaces intended for ROCm kernels and RoCE/GPUDirect transport.

Validation

  • python -m pytest -q — 13 passed
  • python -m ruff check . — passed
  • python -m build — wheel and source distribution built
  • local and TCP clusters produce matching logits in integration tests

@manishklach
manishklach marked this pull request as ready for review July 21, 2026 13:35
@manishklach
manishklach merged commit b589c01 into main Jul 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant