Skip to content

Commit 7778d8b

Browse files
Wei Zhao (Engrg-Hardware 1)ivanium
authored andcommitted
Use dynamo main instead of custom branch
1 parent 6f86c85 commit 7778d8b

6 files changed

Lines changed: 8 additions & 20 deletions

File tree

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/agg-gb200-tp8-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model:
99
precision: "fp4"
1010

1111
dynamo:
12-
hash: "6972dd2a39aa61c5dbfdf7e901ca859111897643"
12+
hash: "1f74ef8c204ed6e283c22374f2b8c5cc83bf7b52"
1313
install: true
1414

1515
setup_script: vllm-container-deps.sh

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-1p1d-dep8-dep12-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model:
99
precision: "fp4"
1010

1111
dynamo:
12-
hash: "6972dd2a39aa61c5dbfdf7e901ca859111897643"
12+
hash: "1f74ef8c204ed6e283c22374f2b8c5cc83bf7b52"
1313
install: true
1414

1515
setup_script: vllm-container-deps.sh

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-1p1d-dep8-dep8-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model:
99
precision: "fp4"
1010

1111
dynamo:
12-
hash: "6972dd2a39aa61c5dbfdf7e901ca859111897643"
12+
hash: "1f74ef8c204ed6e283c22374f2b8c5cc83bf7b52"
1313
install: true
1414

1515
setup_script: vllm-container-deps.sh

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-2p1d-dep8-dep12-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model:
99
precision: "fp4"
1010

1111
dynamo:
12-
hash: "6972dd2a39aa61c5dbfdf7e901ca859111897643"
12+
hash: "1f74ef8c204ed6e283c22374f2b8c5cc83bf7b52"
1313
install: true
1414

1515
setup_script: vllm-container-deps.sh

benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic/disagg-gb200-3p1d-dep8-dep16-agentic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ model:
99
precision: "fp4"
1010

1111
dynamo:
12-
hash: "6972dd2a39aa61c5dbfdf7e901ca859111897643"
12+
hash: "1f74ef8c204ed6e283c22374f2b8c5cc83bf7b52"
1313
install: true
1414

1515
setup_script: vllm-container-deps.sh

runners/launch_gb200-nv.sh

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -319,21 +319,9 @@ if [[ "$IS_AGENTIC" == "1" ]]; then
319319
fi
320320
git cherry-pick --no-commit "$SRT_SLURM_PER_NODE_DP_SHA" || exit 1
321321

322-
# ai-dynamo/dynamo#11303.
323-
DYNAMO_SCHEMA="src/srtctl/core/schema.py"
324-
DYNAMO_UPSTREAM_HASH_CLONE=' f"git clone https://github.com/ai-dynamo/dynamo.git && "'
325-
DYNAMO_FORK_HASH_CLONE=' f"git clone https://github.com/esmeetu/dynamo.git && "'
326-
if [[ "$(grep -Fxc "$DYNAMO_UPSTREAM_HASH_CLONE" "$DYNAMO_SCHEMA")" != "1" ]]; then
327-
echo "Error: Could not uniquely locate srt-slurm's hash-pinned Dynamo clone command" >&2
328-
exit 1
329-
fi
330-
sed -i \
331-
's#f"git clone https://github\.com/ai-dynamo/dynamo\.git && "#f"git clone https://github.com/esmeetu/dynamo.git \&\& "#' \
332-
"$DYNAMO_SCHEMA" || exit 1
333-
if [[ "$(grep -Fxc "$DYNAMO_FORK_HASH_CLONE" "$DYNAMO_SCHEMA")" != "1" ]]; then
334-
echo "Error: Failed to redirect the hash-pinned Dynamo clone to esmeetu/dynamo" >&2
335-
exit 1
336-
fi
322+
# ai-dynamo/dynamo#11303 is merged into ai-dynamo/dynamo main, so the
323+
# recipe-pinned dynamo hash resolves against upstream directly -- no
324+
# esmeetu/dynamo fork redirect of srt-slurm's schema.py needed anymore.
337325

338326
mkdir -p recipes/vllm/deepseek-v4/agentic || exit 1
339327
cp -rT "$GITHUB_WORKSPACE/benchmarks/multi_node/srt-slurm-recipes/vllm/deepseek-v4/agentic" \

0 commit comments

Comments
 (0)