Skip to content

Commit 7caf726

Browse files
authored
Merge branch 'vllm-project:main' into main
2 parents ad8bcd7 + e9fb895 commit 7caf726

File tree

82 files changed

+7371
-2315
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+7371
-2315
lines changed

.github/ISSUE_TEMPLATE/750-RFC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ body:
4040
attributes:
4141
label: Any Other Things.
4242
description: >
43-
Any other things you would like to mention.
43+
Any other things you would like to mention, such as feature branch request.
4444
validations:
4545
required: false
4646
- type: markdown

.github/workflows/accuracy_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
steps:
9090
- name: Checkout repository
91-
uses: actions/checkout@v5
91+
uses: actions/checkout@v4
9292

9393
- name: Set model name as output
9494
id: set_output
@@ -109,7 +109,7 @@ jobs:
109109
apt-get -y install gcc g++ cmake libnuma-dev
110110
111111
- name: Checkout vllm-project/vllm repo
112-
uses: actions/checkout@v5
112+
uses: actions/checkout@v4
113113
with:
114114
repository: vllm-project/vllm
115115
ref: v0.10.0
@@ -138,7 +138,7 @@ jobs:
138138
echo "GHA_VLLM_ASCEND_VERSION=$RESOLVED_VERSION" >> $GITHUB_ENV
139139
140140
- name: Checkout vllm-project/vllm-ascend repo
141-
uses: actions/checkout@v5
141+
uses: actions/checkout@v4
142142
with:
143143
repository: vllm-project/vllm-ascend
144144
path: ./vllm-ascend
@@ -236,7 +236,7 @@ jobs:
236236
UPSTREAM_REPO: vllm-project/vllm-ascend
237237
steps:
238238
- name: Checkout repository
239-
uses: actions/checkout@v5
239+
uses: actions/checkout@v4
240240
with:
241241
repository: vllm-ascend-ci/vllm-ascend
242242
token: ${{ secrets.PAT_TOKEN }}

.github/workflows/format_pr_body.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout vllm-project/vllm repo
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v4
3838
with:
3939
repository: vllm-project/vllm
4040
path: ./vllm-empty

.github/workflows/image_310p_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
'ubuntu-24.04-arm'
5454
}}
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v4
5757

5858
- name: Print
5959
run: |

.github/workflows/image_310p_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v4
5353

5454
- name: Print
5555
run: |

.github/workflows/image_a3_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
'ubuntu-24.04-arm'
5454
}}
5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v4
5757

5858
- name: Print
5959
run: |

.github/workflows/image_a3_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v4
5353

5454
- name: Print
5555
run: |

.github/workflows/image_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
'ubuntu-24.04-arm'
5353
}}
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v4
5656

5757
- name: Print
5858
run: |

.github/workflows/image_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050

5151
steps:
52-
- uses: actions/checkout@v5
52+
- uses: actions/checkout@v4
5353

5454
- name: Print
5555
run: |

.github/workflows/nightly_benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
9898
9999
- name: Checkout vllm-project/vllm-ascend repo
100-
uses: actions/checkout@v5
100+
uses: actions/checkout@v4
101101
with:
102102
fetch-depth: 0
103103

104104
- name: Checkout vllm-project/vllm repo
105-
uses: actions/checkout@v5
105+
uses: actions/checkout@v4
106106
with:
107107
repository: vllm-project/vllm
108108
path: ./vllm-empty

0 commit comments

Comments
 (0)