Skip to content

Commit d3b03d8

Browse files
whaleparkCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: whalepark <48859248+whalepark@users.noreply.github.com>
1 parent 707f330 commit d3b03d8

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

brixbench/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,10 @@ For `provider: dynamo`, the runner currently supports:
193193

194194
1. validate the requested release tag against `https://github.com/ai-dynamo/dynamo.git`
195195
2. check out `.tmp/dynamo/<version>`
196-
3. verify the tag commit matches upstream `release/<version>` branch head
197-
4. prepare Helm dependency repositories and run `helm dependency build --skip-refresh` for `deploy/helm/charts/platform`
198-
5. install the Dynamo platform chart into `brixbench-dynamo` with operator namespace restriction enabled and default platform values
199-
6. apply the user-provided engine manifest, which may include prerequisite resources such as PVCs or PodMonitors
200-
7. wait for Frontend service, component pods, and OpenAI-compatible model/inference readiness when the model name can be inferred
196+
3. prepare Helm dependency repositories and run `helm dependency build --skip-refresh` for `deploy/helm/charts/platform`
197+
4. install the Dynamo platform chart into `brixbench-dynamo` with operator namespace restriction enabled and default platform values
198+
5. apply the user-provided engine manifest, which may include prerequisite resources such as PVCs or PodMonitors
199+
6. wait for Frontend service, component pods, and OpenAI-compatible model/inference readiness when the model name can be inferred
201200

202201
Dynamo platform is installed with Helm. The serving/runtime image is selected by
203202
the `DynamoGraphDeployment` manifest, not by the platform chart alone.

0 commit comments

Comments
 (0)