Skip to content

Commit ef74277

Browse files
alec-flowersclaude
andcommitted
fix: disagg recipe uses separate nodes, fix recipe path comments
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cd7ba84 commit ef74277

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

recipes/mocker/agg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# discovery, frontend, benchmark) without loading model weights.
44
#
55
# Usage:
6-
# srtctl apply -f recipes/smoke-test/agg.yaml
7-
# srtctl dry-run -f recipes/smoke-test/agg.yaml
6+
# srtctl apply -f recipes/mocker/agg.yaml
7+
# srtctl dry-run -f recipes/mocker/agg.yaml
88

99
name: "smoke-test-agg"
1010

recipes/mocker/disagg.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Mocker smoke test - Disaggregated mode
2-
# Validates prefill/decode disaggregation pipeline with bootstrap rendezvous.
2+
# Validates prefill/decode disaggregation pipeline with separate nodes
3+
# and bootstrap rendezvous.
34
#
45
# Usage:
5-
# srtctl apply -f recipes/smoke-test/disagg.yaml
6-
# srtctl dry-run -f recipes/smoke-test/disagg.yaml
6+
# srtctl apply -f recipes/mocker/disagg.yaml
7+
# srtctl dry-run -f recipes/mocker/disagg.yaml
78

89
name: "smoke-test-disagg"
910

@@ -19,7 +20,7 @@ resources:
1920
gpu_type: "gb200"
2021
gpus_per_node: 4
2122
prefill_nodes: 1
22-
decode_nodes: 0
23+
decode_nodes: 1
2324
prefill_workers: 1
2425
decode_workers: 1
2526
gpus_per_prefill: 1

0 commit comments

Comments
 (0)