We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9087046 commit b025549Copy full SHA for b025549
.github/workflows/format_pr_body.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Get vLLM version
38
run: |
39
- VLLM_COMMIT=c60e6137f0bf2034853919b3a9d705d7e06b93cf
+ VLLM_COMMIT=9607d5eb449711b349d4c2bee0a9c94afcc7ed14
40
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
41
42
- name: Checkout repository
.github/workflows/vllm_ascend_test.yaml
@@ -42,7 +42,7 @@ jobs:
lint:
43
uses: ./.github/workflows/pre-commit.yml
44
with:
45
- vllm: c60e6137f0bf2034853919b3a9d705d7e06b93cf
+ vllm: 9607d5eb449711b349d4c2bee0a9c94afcc7ed14
46
47
changes:
48
runs-on: ubuntu-latest
0 commit comments