swactor/examples/pipeline-parallel-inference/profiles/local-seed.env
Zachery Aaron Shores-Chmielewski 89e9b5b587 feat(distribution): add vastai telemetry layer and synth
New diagnostics::vastai (record/sampler/shipper/logs) + vastai-synth crate for
reproducible synthetic fleet telemetry. Dashboard live_collector unifies collector +
fleet SSE UI; pp example adds vastai_mon, profiles, docker base image, scripts.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-05-29 12:55:10 +04:00

10 lines
362 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-smoke-run -- --seed
#
# (No SWACTOR_IROH_RELAY_URL: seed mode wires nodes via direct loopback addrs.)
NUM_STAGES=2
PP_WORKER_STUB=1
MAX_TOKENS=16