swactor/apps/mvp-node
Zachery Aaron Shores-Chmielewski fdc3c9663f feat: working multinode pipeline parallel prompt loop running locally
Get the multinode pipeline-parallel prompt loop actually running locally by supporting both tinygrad LLM backends and switching the Docker scenario to direct addressing.

- tinygrad_worker.py (load_pipeline_stage_model): try the modern tinygrad.llm gguf/model modules first and fall back to the legacy tinygrad.apps.llm TransformerBlock on ModuleNotFoundError, with PipelineStageTinygradModel constructing blocks positionally when no TransformerConfig exists
- tinygrad_worker.py (load_weights): drop the Transformer.from_gguf whole-model branch and its TinygradAppsLlmPartialStageUnsupported fatal, so partial pipeline stages build through load_pipeline_stage_model on either backend
- xtask (MultinodeDocker): stop forcing --relay-mode default --endpoint-addr-mask relay-only, so the scenario runs over the Docker network with full/direct addresses
- xtask (dump-log facts): rename relay_masked_* facts to docker_*, assert multiple workers join the coordinator via direct addresses (direct_addr_count > 0), and relax the benchmark report to skip the ensure_worker_binary span for the Docker scenario

Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-07-23 15:34:57 +04:00
..
Dockerfile refactor: retire old pipeline-parallel app, restructure mvp-system 2026-07-07 14:40:02 +04:00
Dockerfile.base feat(mvp-chat): local e2e chat on cuda gpu 2026-07-01 12:44:25 +04:00
local_docker_e2e.sh refactor: retire old pipeline-parallel app, restructure mvp-system 2026-07-07 14:40:02 +04:00
mvp_entrypoint.sh feat(mvp-chat): local e2e chat on cuda gpu 2026-07-01 12:44:25 +04:00
tinygrad_worker.py feat: working multinode pipeline parallel prompt loop running locally 2026-07-23 15:34:57 +04:00