File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,18 @@ jobs:
6767 # - name: Setup runtime (example)
6868 # uses: actions/setup-example@v1
6969
70+ - name : Clone vLLM and apply patch
71+ run : |
72+ git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
73+ cd vllm-upstream
74+ git apply ../vllm/patches/vllm_for_multi_arc.patch
75+
7076 # Initializes the CodeQL tools for scanning.
7177 - name : Initialize CodeQL
7278 uses : github/codeql-action/init@v3
7379 with :
7480 languages : ${{ matrix.language }}
7581 build-mode : ${{ matrix.build-mode }}
76- queries : +security-extended
7782 # If you wish to specify custom queries, you can do so here or in a config file.
7883 # By default, queries listed here will override any specified in a config file.
7984 # Prefix the list here with "+" to use these queries and those in the config file.
You can’t perform that action at this time.
0 commit comments