Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
58a249bc
Unverified
Commit
58a249bc
authored
Mar 28, 2026
by
TJian
Committed by
GitHub
Mar 28, 2026
Browse files
[ROCm] [Release] Update ROCm variant from rocm700 to rocm721 (#38413)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
148a5c12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.buildkite/release-pipeline.yaml
.buildkite/release-pipeline.yaml
+2
-1
tools/vllm-rocm/generate-rocm-wheels-root-index.sh
tools/vllm-rocm/generate-rocm-wheels-root-index.sh
+2
-2
No files found.
.buildkite/release-pipeline.yaml
View file @
58a249bc
...
...
@@ -611,7 +611,7 @@ steps:
-
"
bash
tools/vllm-rocm/generate-rocm-wheels-root-index.sh"
env
:
S3_BUCKET
:
"
vllm-wheels"
VARIANT
:
"
rocm7
00
"
VARIANT
:
"
rocm7
21
"
# ROCm Job 6: Build ROCm Release Docker Image
-
label
:
"
:docker:
Build
release
image
-
x86_64
-
ROCm"
...
...
@@ -681,6 +681,7 @@ steps:
-
label
:
"
Publish
nightly
ROCm
image
to
DockerHub"
depends_on
:
-
build-rocm-release-image
if
:
build.env("NIGHTLY") == "1"
agents
:
queue
:
small_cpu_queue_release
commands
:
...
...
tools/vllm-rocm/generate-rocm-wheels-root-index.sh
View file @
58a249bc
...
...
@@ -17,14 +17,14 @@
#
# Environment variables:
# S3_BUCKET - Bucket name (default: vllm-wheels)
# VARIANT - ROCm variant (default: rocm7
00
)
# VARIANT - ROCm variant (default: rocm7
21
)
# DRY_RUN - Set to 1 for preview mode (same as --dry-run)
set
-euo
pipefail
# ======== Configuration ========
BUCKET
=
"
${
S3_BUCKET
:-
vllm
-wheels
}
"
VARIANT
=
"
${
VARIANT
:-
rocm7
00
}
"
VARIANT
=
"
${
VARIANT
:-
rocm7
21
}
"
DRY_RUN
=
"
${
DRY_RUN
:-
0
}
"
FORCE_VERSION
=
""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment