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
7ce6c10e
Unverified
Commit
7ce6c10e
authored
Sep 14, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 14, 2025
Browse files
fix: enable cu124 and cu128 build on main push (#10431)
parent
55025b92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+1
-1
No files found.
.github/workflows/pr-test.yml
View file @
7ce6c10e
...
...
@@ -88,7 +88,7 @@ jobs:
python-version
:
${{ matrix.python-version }}
-
name
:
Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
if
:
github.event_name != 'push' || (matrix.cuda-version != '1
2.4' && matrix.cuda-version != '12
.8')
if
:
github.event_name != 'push' || (matrix.cuda-version != '1
1
.8')
run
:
|
cd sgl-kernel
chmod +x ./build.sh
...
...
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