diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index aa8622e7..49146bcb 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -145,7 +145,7 @@ jobs: pytest -s -vv integration-tests integration-tests-rocm: concurrency: - group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.job }}-rocm-${{ github.head_ref || github.run_id }} cancel-in-progress: true runs-on: [amd-gpu-tgi, multi-gpu, mi250] needs: diff --git a/server/Makefile-vllm b/server/Makefile-vllm index ded2f5d2..9c1e0bc7 100644 --- a/server/Makefile-vllm +++ b/server/Makefile-vllm @@ -1,5 +1,5 @@ commit_cuda := b5dfc61db88a81069e45b44f7cc99bd9e62a60fa -commit_rocm := ca6913b3c2ffacdcb7d15e914dc34adbc6c89479 +commit_rocm := 559200c1a028de990c1ddea761b0ccd62109e3a0 build-vllm-cuda: if [ ! -d 'vllm' ]; then \ pip install -U ninja packaging --no-cache-dir && \