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
1f6cf0d4
Unverified
Commit
1f6cf0d4
authored
Jan 23, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 23, 2025
Browse files
fix build error for sgl-kernel (#3078)
parent
553f5a3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/release-pypi-kernel.yml
.github/workflows/release-pypi-kernel.yml
+2
-2
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+1
-1
No files found.
.github/workflows/release-pypi-kernel.yml
View file @
1f6cf0d4
...
@@ -18,8 +18,8 @@ jobs:
...
@@ -18,8 +18,8 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
'
3.8'
,
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
python-version
:
[
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
cuda-version
:
[
'
12.
1
'
]
cuda-version
:
[
'
12.
4
'
]
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
...
sgl-kernel/pyproject.toml
View file @
1f6cf0d4
...
@@ -7,7 +7,7 @@ name = "sgl-kernel"
...
@@ -7,7 +7,7 @@ name = "sgl-kernel"
version
=
"0.0.2.post15"
version
=
"0.0.2.post15"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.
8
"
requires-python
=
">=3.
9
"
license
=
{
file
=
"LICENSE"
}
license
=
{
file
=
"LICENSE"
}
classifiers
=
[
classifiers
=
[
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3"
,
...
...
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