diff --git a/crates/neuron/src/harness/tp/mod.rs b/crates/neuron/src/harness/tp/mod.rs index 63e1383..93cd6cb 100644 --- a/crates/neuron/src/harness/tp/mod.rs +++ b/crates/neuron/src/harness/tp/mod.rs @@ -253,7 +253,7 @@ pub struct WorkerPool { /// recovery's `unload` doesn't itself hang (#17 Stage 2). `None` if /// init couldn't cache it; the watchdog then logs that it can't abort. #[cfg(feature = "cuda")] - leader_comm: Option, + leader_comm: Option, } /// Per-step deadline for a TP forward (#17 Stage 2). A healthy decode