Skip to content

Fix the AMD template input reference in the README - #496

Open
Hoiyeuhng wants to merge 1 commit into
vllm-project:mainfrom
Hoiyeuhng:fix/amd-template-input-reference
Open

Fix the AMD template input reference in the README#496
Hoiyeuhng wants to merge 1 commit into
vllm-project:mainfrom
Hoiyeuhng:fix/amd-template-input-reference

Conversation

@Hoiyeuhng

Copy link
Copy Markdown

Summary

  • point the AMD CI section of the README at .buildkite/test-amd.yaml, the file bootstrap-amd.sh actually renders

Why

buildkite/bootstrap-amd.sh invokes:

minijinja-cli test-template-amd.j2 test-amd.yaml \

but the README says the template renders vLLM's test-pipeline.yaml. Both files exist on vLLM main, so the stale link resolves instead of 404ing, which is why the error has gone unnoticed.

Validation

  • buildkite/bootstrap-amd.sh:170 confirms the rendered input is test-amd.yaml
  • .buildkite/test-amd.yaml exists on vllm-project/vllm@main
  • pre-commit run --files README.md — all applicable hooks pass

AI assistance

AI assistance was used to locate and prepare this change. The submitter has reviewed every changed line.

`buildkite/bootstrap-amd.sh` renders `test-template-amd.j2` against
`.buildkite/test-amd.yaml`, not `.buildkite/test-pipeline.yaml`. Both
files exist on vLLM `main`, so the stale link resolves and the error is
easy to miss.

Signed-off-by: Haiyang Luo <41023868+Hoiyeuhng@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant