Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
75015bb6
Unverified
Commit
75015bb6
authored
Apr 12, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 12, 2025
Browse files
ci: update release node (#5333)
parent
b371f7cd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/release-pypi-kernel.yml
.github/workflows/release-pypi-kernel.yml
+1
-1
.github/workflows/release-whl-kernel-cu128.yml
.github/workflows/release-whl-kernel-cu128.yml
+1
-1
.github/workflows/release-whl-kernel.yml
.github/workflows/release-whl-kernel.yml
+1
-1
No files found.
.github/workflows/release-pypi-kernel.yml
View file @
75015bb6
...
@@ -15,7 +15,7 @@ concurrency:
...
@@ -15,7 +15,7 @@ concurrency:
jobs
:
jobs
:
build-wheels
:
build-wheels
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
sgl-kernel-
build
-node
runs-on
:
sgl-kernel-
release
-node
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
'
3.9'
]
python-version
:
[
'
3.9'
]
...
...
.github/workflows/release-whl-kernel-cu128.yml
View file @
75015bb6
...
@@ -14,7 +14,7 @@ on:
...
@@ -14,7 +14,7 @@ on:
jobs
:
jobs
:
build-wheels
:
build-wheels
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
sgl-kernel-
build
-node
runs-on
:
sgl-kernel-
release
-node
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
'
3.9'
]
python-version
:
[
'
3.9'
]
...
...
.github/workflows/release-whl-kernel.yml
View file @
75015bb6
...
@@ -14,7 +14,7 @@ on:
...
@@ -14,7 +14,7 @@ on:
jobs
:
jobs
:
build-wheels
:
build-wheels
:
if
:
github.repository == 'sgl-project/sglang'
if
:
github.repository == 'sgl-project/sglang'
runs-on
:
sgl-kernel-
build
-node
runs-on
:
sgl-kernel-
release
-node
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
'
3.9'
]
python-version
:
[
'
3.9'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment