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>
10 lines
365 B
Bash
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
|