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
32ed0160
Unverified
Commit
32ed0160
authored
Dec 12, 2024
by
Yineng Zhang
Committed by
GitHub
Dec 12, 2024
Browse files
chore: bump v0.0.2 for sgl-kernel (#2462)
parent
6efa9e4a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
.github/workflows/release-pypi-kernel.yml
.github/workflows/release-pypi-kernel.yml
+1
-1
sgl-kernel/setup.py
sgl-kernel/setup.py
+0
-2
No files found.
.github/workflows/release-pypi-kernel.yml
View file @
32ed0160
...
@@ -14,7 +14,7 @@ jobs:
...
@@ -14,7 +14,7 @@ jobs:
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
python-version
:
[
'
3.9'
,
'
3.10'
,
'
3.11'
,
'
3.12'
]
cuda-version
:
[
'
1
1.8'
,
'
12.1'
,
'
12.4
'
]
cuda-version
:
[
'
1
2.1
'
]
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
...
sgl-kernel/setup.py
View file @
32ed0160
...
@@ -78,5 +78,3 @@ setup(
...
@@ -78,5 +78,3 @@ setup(
cmdclass
=
{
"build_ext"
:
BuildExtension
},
cmdclass
=
{
"build_ext"
:
BuildExtension
},
install_requires
=
[
"torch"
],
install_requires
=
[
"torch"
],
)
)
rename_wheel
()
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