swactor/apps/old-pipeline-parallel-inference/profiles/local-seed.env
Zachery Aaron Shores-Chmielewski 0ffc5fd275 feat: add mvp provisioning subsystem and datastream transport
mvp-system: provisioner actor, provisioning module, node_agent, dashboard_view,
observability_surface; expand gpu_worker ctl/ingress/egress and run_plan.
iroh-driver: replace relay binary with datastream_transport; datastream gains endpoint
abstraction. Archive pipeline-parallel-inference app to old-pipeline-parallel-inference.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-06-25 16:30:18 +04:00

10 lines
365 B
Bash

# Local seed-mode smoke run: everything on loopback, stub workers, no relay.
# Drives one request through a 2-stage chain without a GPU or external relay.
#
# PP_PROFILE=profiles/local-seed.env cargo run --bin pp-orchestrator -- --seed
#
# (No SWACTOR_IROH_RELAY_URL: seed mode wires nodes via direct loopback addrs.)
NUM_STAGES=2
PP_WORKER_STUB=1
MAX_TOKENS=16