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
5dfc5abe
Unverified
Commit
5dfc5abe
authored
Mar 03, 2026
by
TJian
Committed by
GitHub
Mar 02, 2026
Browse files
[ROCm] [Release] Change the package from `aiter` to `amd-aiter` (#35198)
Signed-off-by:
tjtanaa
<
tunjian.tan@embeddedllm.com
>
parent
8fa68a8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.buildkite/scripts/annotate-rocm-release.sh
.buildkite/scripts/annotate-rocm-release.sh
+2
-2
tools/vllm-rocm/pin_rocm_dependencies.py
tools/vllm-rocm/pin_rocm_dependencies.py
+1
-1
No files found.
.buildkite/scripts/annotate-rocm-release.sh
View file @
5dfc5abe
...
@@ -68,7 +68,7 @@ aws s3 cp s3://${S3_BUCKET}/rocm/${BUILDKITE_COMMIT}/${ROCM_VERSION_PATH}/triton
...
@@ -68,7 +68,7 @@ aws s3 cp s3://${S3_BUCKET}/rocm/${BUILDKITE_COMMIT}/${ROCM_VERSION_PATH}/triton
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/torchvision-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/torchvision-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/torchaudio-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/torchaudio-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/amdsmi-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/amdsmi-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/aiter-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/
amd_
aiter-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/flash-attn-*.whl .
aws s3 cp s3://
${
S3_BUCKET
}
/rocm/
${
BUILDKITE_COMMIT
}
/
${
ROCM_VERSION_PATH
}
/flash-attn-*.whl .
\`\`\`
\`\`\`
...
@@ -80,7 +80,7 @@ aws s3 cp s3://${S3_BUCKET}/rocm/${BUILDKITE_COMMIT}/${ROCM_VERSION_PATH}/flash-
...
@@ -80,7 +80,7 @@ aws s3 cp s3://${S3_BUCKET}/rocm/${BUILDKITE_COMMIT}/${ROCM_VERSION_PATH}/flash-
- **torchvision**: TorchVision for ROCm PyTorch
- **torchvision**: TorchVision for ROCm PyTorch
- **torchaudio**: Torchaudio for ROCm PyTorch
- **torchaudio**: Torchaudio for ROCm PyTorch
- **amdsmi**: AMD SMI Python bindings
- **amdsmi**: AMD SMI Python bindings
- **aiter**: Aiter for ROCm
- **
amd_
aiter**: Aiter for ROCm
- **flash-attn**: Flash Attention for ROCm
- **flash-attn**: Flash Attention for ROCm
### :warning: Notes
### :warning: Notes
...
...
tools/vllm-rocm/pin_rocm_dependencies.py
View file @
5dfc5abe
...
@@ -64,7 +64,7 @@ def get_custom_wheel_versions(install_dir: str) -> dict[str, str]:
...
@@ -64,7 +64,7 @@ def get_custom_wheel_versions(install_dir: str) -> dict[str, str]:
(
"torchaudio-"
,
"torchaudio"
),
# Match torchaudio-
(
"torchaudio-"
,
"torchaudio"
),
# Match torchaudio-
(
"amdsmi-"
,
"amdsmi"
),
# Match amdsmi-
(
"amdsmi-"
,
"amdsmi"
),
# Match amdsmi-
(
"flash_attn-"
,
"flash-attn"
),
# Match flash_attn-
(
"flash_attn-"
,
"flash-attn"
),
# Match flash_attn-
(
"aiter-"
,
"aiter"
),
# Match aiter-
(
"
amd_
aiter-"
,
"
amd-
aiter"
),
# Match
amd_
aiter-
]
]
for
wheel_file
in
install_path
.
glob
(
"*.whl"
):
for
wheel_file
in
install_path
.
glob
(
"*.whl"
):
...
...
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