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
11421a3f
Unverified
Commit
11421a3f
authored
Apr 14, 2025
by
Yineng Zhang
Committed by
GitHub
Apr 14, 2025
Browse files
fix: update pr-test-sgl-kernel (#5399)
parent
6c41fcf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+1
-6
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
11421a3f
...
@@ -44,12 +44,6 @@ jobs:
...
@@ -44,12 +44,6 @@ jobs:
cuda-version
:
'
12.8'
cuda-version
:
'
12.8'
name
:
Build Wheel (CUDA ${{ matrix.cuda-version }})
name
:
Build Wheel (CUDA ${{ matrix.cuda-version }})
steps
:
steps
:
-
name
:
Skip unnecessary builds on push to main
if
:
github.event_name == 'push' && (matrix.cuda-version == '11.8' || matrix.cuda-version == '12.8')
run
:
|
echo "Skipping CUDA ${{ matrix.cuda-version }} build on push to main"
exit 0
-
name
:
Cleanup
-
name
:
Cleanup
run
:
|
run
:
|
sudo rm -rf $GITHUB_WORKSPACE/* || true
sudo rm -rf $GITHUB_WORKSPACE/* || true
...
@@ -64,6 +58,7 @@ jobs:
...
@@ -64,6 +58,7 @@ jobs:
python-version
:
${{ matrix.python-version }}
python-version
:
${{ matrix.python-version }}
-
name
:
Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
-
name
:
Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }}
if
:
github.event_name != 'push' || (matrix.cuda-version != '11.8' && matrix.cuda-version != '12.8')
run
:
|
run
:
|
cd sgl-kernel
cd sgl-kernel
chmod +x ./build.sh
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