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
822bae8c
"vscode:/vscode.git/clone" did not exist on "75ada25048345b6a121d3528bd716f7effb9581e"
Unverified
Commit
822bae8c
authored
Jan 26, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 26, 2025
Browse files
feat: cross python wheel for sgl-kernel (#3138)
parent
8e48ca8c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr-test-sgl-kernel.yml
.github/workflows/pr-test-sgl-kernel.yml
+1
-1
.github/workflows/release-pypi-kernel.yml
.github/workflows/release-pypi-kernel.yml
+1
-1
.github/workflows/release-whl-kernel.yml
.github/workflows/release-whl-kernel.yml
+1
-1
No files found.
.github/workflows/pr-test-sgl-kernel.yml
View file @
822bae8c
...
...
@@ -35,7 +35,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
'
3.
10
'
]
python-version
:
[
'
3.
9
'
]
cuda-version
:
[
'
12.4'
]
steps
:
...
...
.github/workflows/release-pypi-kernel.yml
View file @
822bae8c
...
...
@@ -18,7 +18,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
python-version
:
[
'
3.9'
]
cuda-version
:
[
'
12.4'
]
steps
:
...
...
.github/workflows/release-whl-kernel.yml
View file @
822bae8c
...
...
@@ -17,7 +17,7 @@ jobs:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
[
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
python-version
:
[
'
3.9'
]
cuda-version
:
[
'
11.8'
]
steps
:
...
...
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