diff --git a/.github/workflows/format_pr_body.yaml b/.github/workflows/format_pr_body.yaml index 45f0fc95563..70dde51167a 100644 --- a/.github/workflows/format_pr_body.yaml +++ b/.github/workflows/format_pr_body.yaml @@ -36,7 +36,7 @@ jobs: - name: Get vLLM version run: | - VLLM_COMMIT=2918c1b49c88c29783c86f78d2c4221cb9622379 + VLLM_COMMIT=a2981c42720a34b5abf59c4c14df701f8105d4cd echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV - name: Checkout repository diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index ecfa83a6c1d..001615907c7 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -42,7 +42,7 @@ jobs: lint: uses: ./.github/workflows/pre-commit.yml with: - vllm: 2918c1b49c88c29783c86f78d2c4221cb9622379 + vllm: a2981c42720a34b5abf59c4c14df701f8105d4cd changes: runs-on: ubuntu-latest outputs: @@ -83,7 +83,7 @@ jobs: VLLM_USE_MODELSCOPE: True strategy: matrix: - vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0] + vllm_version: [a2981c42720a34b5abf59c4c14df701f8105d4cd, v0.11.0] steps: - name: Install packages run: | @@ -138,7 +138,7 @@ jobs: name: e2e-light strategy: matrix: - vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0] + vllm_version: [a2981c42720a34b5abf59c4c14df701f8105d4cd, v0.11.0] # Note (yikun): If CI resource are limited we can split job into two chain jobs needs: [lint, changes] # only trigger e2e test after lint passed and the change is e2e related with pull request. diff --git a/.github/workflows/vllm_ascend_test_full.yaml b/.github/workflows/vllm_ascend_test_full.yaml index ec5fb344873..25f5608bf9c 100644 --- a/.github/workflows/vllm_ascend_test_full.yaml +++ b/.github/workflows/vllm_ascend_test_full.yaml @@ -69,7 +69,7 @@ jobs: name: e2e-full strategy: matrix: - vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0] + vllm_version: [a2981c42720a34b5abf59c4c14df701f8105d4cd, v0.11.0] needs: [changes] if: ${{ needs.changes.outputs.e2e_tracker == 'true' }} uses: ./.github/workflows/_e2e_test.yaml diff --git a/docs/source/community/versioning_policy.md b/docs/source/community/versioning_policy.md index afc09212f9d..dc5e8aa5995 100644 --- a/docs/source/community/versioning_policy.md +++ b/docs/source/community/versioning_policy.md @@ -42,7 +42,7 @@ The table below is the release compatibility matrix for vLLM Ascend release. For main branch of vLLM Ascend, we usually make it compatible with the latest vLLM release and a newer commit hash of vLLM. Please note that this table is usually updated. Please check it regularly. | vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu | |-------------|--------------|------------------|-------------|--------------------| -| main | v0.11.0/2918c1b49c88c29783c86f78d2c4221cb9622379 | >= 3.10, < 3.12 | 8.3.RC1 | 2.7.1 / 2.7.1 | +| main | v0.11.0/a2981c42720a34b5abf59c4c14df701f8105d4cd | >= 3.10, < 3.12 | 8.3.RC1 | 2.7.1 / 2.7.1 | ## Release cadence