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
|