Skip to content

Commit cdd9b07

Browse files
authored
Update build_vllm.yaml
1 parent eb33219 commit cdd9b07

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_vllm.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- nightly
77
workflow_dispatch:
8-
pull_request:
98

109
permissions:
1110
id-token: write
@@ -40,7 +39,7 @@ jobs:
4039
"build_name": "manywheel-py3_10-cuda12_8",
4140
"validation_runner": "linux.12xlarge.memory",
4241
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
43-
"channel": "nightly",
42+
"channel": "test",
4443
"upload_to_base_bucket": "no",
4544
"stable_version": "2.9.0",
4645
"use_split_build": false
@@ -55,7 +54,7 @@ jobs:
5554
"build_name": "manywheel-py3_11-cuda12_8",
5655
"validation_runner": "linux.12xlarge.memory",
5756
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
58-
"channel": "nightly",
57+
"channel": "test",
5958
"upload_to_base_bucket": "no",
6059
"stable_version": "2.9.0",
6160
"use_split_build": false
@@ -70,7 +69,7 @@ jobs:
7069
"build_name": "manywheel-py3_12-cuda12_8",
7170
"validation_runner": "linux.12xlarge.memory",
7271
"installation": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128",
73-
"channel": "nightly",
72+
"channel": "test",
7473
"upload_to_base_bucket": "no",
7574
"stable_version": "2.9.0",
7675
"use_split_build": false

0 commit comments

Comments
 (0)