Skip to content

Commit c9341a1

Browse files
authored
Merge branch 'main' into refactor_attention_mask
2 parents a2d33a3 + 9766cf9 commit c9341a1

File tree

62 files changed

+5606
-41
lines changed

Some content is hidden

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

62 files changed

+5606
-41
lines changed

.github/workflows/_e2e_nightly_multi_node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "${{ secrets.KUBECONFIG_B64 }}" | base64 -d > $KUBECONFIG
105105
106106
- name: Checkout code
107-
uses: actions/[email protected].0
107+
uses: actions/[email protected].1
108108

109109
- name: Prepare scripts
110110
run: |

.github/workflows/_e2e_nightly_single_node_models.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ jobs:
7878
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
7979
8080
- name: Checkout vllm-project/vllm-ascend repo
81-
uses: actions/[email protected].0
81+
uses: actions/[email protected].1
8282

8383
- name: Install system dependencies
8484
run: |
8585
apt-get -y install `cat packages.txt`
8686
apt-get -y install gcc g++ cmake libnuma-dev
8787
8888
- name: Checkout vllm-project/vllm repo
89-
uses: actions/[email protected].0
89+
uses: actions/[email protected].1
9090
with:
9191
repository: vllm-project/vllm
9292
ref: ${{ inputs.vllm }}
@@ -135,7 +135,7 @@ jobs:
135135
echo "GHA_VLLM_ASCEND_VERSION=$RESOLVED_VERSION" >> $GITHUB_ENV
136136
137137
- name: Checkout vllm-project/vllm-ascend repo
138-
uses: actions/[email protected].0
138+
uses: actions/[email protected].1
139139
with:
140140
repository: vllm-project/vllm-ascend
141141
path: ./vllm-ascend

.github/workflows/_e2e_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
apt install git -y
4141
4242
- name: Checkout vllm-project/vllm-ascend repo
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].1
4444

4545
- name: Install system dependencies
4646
run: |
4747
apt-get -y install `cat packages.txt`
4848
apt-get -y install gcc g++ cmake libnuma-dev
4949
5050
- name: Checkout vllm-project/vllm repo
51-
uses: actions/[email protected].0
51+
uses: actions/[email protected].1
5252
with:
5353
repository: vllm-project/vllm
5454
ref: ${{ inputs.vllm }}
@@ -133,15 +133,15 @@ jobs:
133133
apt install git -y
134134
135135
- name: Checkout vllm-project/vllm-ascend repo
136-
uses: actions/[email protected].0
136+
uses: actions/[email protected].1
137137

138138
- name: Install system dependencies
139139
run: |
140140
apt-get -y install `cat packages.txt`
141141
apt-get -y install gcc g++ cmake libnuma-dev
142142
143143
- name: Checkout vllm-project/vllm repo
144-
uses: actions/[email protected].0
144+
uses: actions/[email protected].1
145145
with:
146146
repository: vllm-project/vllm
147147
ref: ${{ inputs.vllm }}
@@ -231,7 +231,7 @@ jobs:
231231
git config --global url."https://gh-proxy.test.osinfra.cn/https://github.com/".insteadOf https://github.com/
232232
233233
- name: Checkout vllm-project/vllm-ascend repo
234-
uses: actions/[email protected].0
234+
uses: actions/[email protected].1
235235
with:
236236
path: ./vllm-ascend
237237

@@ -241,7 +241,7 @@ jobs:
241241
apt-get -y install gcc g++ cmake libnuma-dev
242242
243243
- name: Checkout vllm-project/vllm repo
244-
uses: actions/[email protected].0
244+
uses: actions/[email protected].1
245245
with:
246246
repository: vllm-project/vllm
247247
ref: ${{ inputs.vllm }}

.github/workflows/_nightly_image_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
image-tag: ${{ steps.build-image.outputs.image-tag }}
2020

2121
steps:
22-
- uses: actions/[email protected].0
22+
- uses: actions/[email protected].1
2323

2424
- name: Show build target
2525
run: |

.github/workflows/format_pr_body.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
4141
4242
- name: Checkout repository
43-
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2
43+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
4444

4545
- name: Set up Python
4646
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0

.github/workflows/image_310p_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
}}
6363
if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }}
6464
steps:
65-
- uses: actions/[email protected].0
65+
- uses: actions/[email protected].1
6666
with:
6767
fetch-depth: 0
6868
persist-credentials: false

.github/workflows/image_310p_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }}
6060
steps:
61-
- uses: actions/[email protected].0
61+
- uses: actions/[email protected].1
6262
with:
6363
fetch-depth: 0
6464
persist-credentials: false

.github/workflows/image_a3_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
}}
6363
if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }}
6464
steps:
65-
- uses: actions/[email protected].0
65+
- uses: actions/[email protected].1
6666
with:
6767
fetch-depth: 0
6868
persist-credentials: false

.github/workflows/image_a3_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }}
6060
steps:
61-
- uses: actions/[email protected].0
61+
- uses: actions/[email protected].1
6262
with:
6363
fetch-depth: 0
6464
persist-credentials: false

.github/workflows/image_openeuler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
}}
6262
if: ${{ github.event_name == 'push' || (contains(github.event.pull_request.labels.*.name, 'ready') && contains(github.event.pull_request.labels.*.name, 'ready-for-test')) }}
6363
steps:
64-
- uses: actions/[email protected].0
64+
- uses: actions/[email protected].1
6565
with:
6666
fetch-depth: 0
6767
persist-credentials: false

0 commit comments

Comments
 (0)