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 735f594 commit 9f1df7dCopy full SHA for 9f1df7d
.github/workflows/vllm_ascend_test.yaml
@@ -107,11 +107,9 @@ jobs:
107
run: |
108
apt-get -y install `cat packages.txt`
109
110
- - name: Checkout vllm-project/vllm repo
111
- uses: actions/checkout@v4
112
- with:
113
- repository: vllm-project/vllm
114
- path: ./vllm-empty
+ - name: Clone vllm-project/vllm repo
+ run: |
+ git clone --depth 1 --branch v0.7.3 https://github.com/vllm-project/vllm.git ./vllm-empty
115
116
- name: Install vllm-project/vllm from source
117
working-directory: ./vllm-empty
0 commit comments