ROCm: bump 6.3.0 (#3259)

This commit is contained in:
HAI
2025-02-02 12:13:40 -08:00
committed by GitHub
parent 55f5fc68ac
commit 566d61d90f
7 changed files with 28 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ jobs:
environment: 'prod'
strategy:
matrix:
rocm_version: ['6.2.0']
rocm_version: ['6.3.0']
build_type: ['all', 'srt']
steps:
- name: Checkout repository
@@ -41,8 +41,8 @@ jobs:
run: |
version=$(cat python/sglang/version.py | cut -d'"' -f2)
if [ "${{ matrix.rocm_version }}" = "6.2.0" ]; then
rocm_tag="rocm620"
if [ "${{ matrix.rocm_version }}" = "6.3.0" ]; then
rocm_tag="rocm630"
else
echo "Unsupported ROCm version"
exit 1