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 2548330 commit 22817faCopy full SHA for 22817fa
.github/workflows/codeql.yml
@@ -71,11 +71,11 @@ jobs:
71
# - name: Setup runtime (example)
72
# uses: actions/setup-example@v1
73
74
- - name: Clone vLLM and apply patch
75
- run: |
76
- git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
77
- cd vllm-upstream
78
- git apply ../vllm/patches/vllm_for_multi_arc.patch
+ # - name: Clone vLLM and apply patch
+ # run: |
+ # git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
+ # cd vllm-upstream
+ # git apply ../vllm/patches/vllm_for_multi_arc.patch
79
80
# Initializes the CodeQL tools for scanning.
81
- name: Initialize CodeQL
0 commit comments