swactor/.dockerignore
Zachery Aaron Shores-Chmielewski b23f82e9a9 feat(distribution): add diagnostics subsystem
Structured observability for the iroh/SWIM layer: Aggregator, typed Event/Snapshot
types, Sink (NoopSink default), ProbeScheduler, process stats, and host/iroh/swim
introspection, plus the swactor-diag-collector, -postproc, and -iroh-relay binaries
that assemble and render per-run bundles. Generalizes the pipeline-parallel-inference
example to N stages and adds the topology-planner spec.


Signed-off-by: Zachery Aaron Shores-Chmielewski <zacheryasc@gmail.com>
2026-05-20 11:41:30 +04:00

9 lines
425 B
Text

*
!target/x86_64-unknown-linux-musl/release/swactor
!target/release/swactor-diag-collector
!target/release/swactor-diag-postproc
!examples/single-gpu-inference/target/release/gpu-node
!examples/single-gpu-inference/tinygrad_worker.py
!examples/pipeline-parallel-inference/target/release/pp-gpu-node
!examples/pipeline-parallel-inference/target/release/pp-smoke-run
!examples/pipeline-parallel-inference/pp_tinygrad_worker.py