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
14e754a8
Unverified
Commit
14e754a8
authored
Jan 25, 2025
by
Yineng Zhang
Committed by
GitHub
Jan 25, 2025
Browse files
chore: bump v0.0.2.post17 for sgl-kernel (#3125)
parent
98522149
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
sgl-kernel/3rdparty/flashinfer
sgl-kernel/3rdparty/flashinfer
+1
-1
sgl-kernel/Makefile
sgl-kernel/Makefile
+5
-2
sgl-kernel/pyproject.toml
sgl-kernel/pyproject.toml
+1
-1
sgl-kernel/version.py
sgl-kernel/version.py
+1
-1
No files found.
flashinfer
@
6e6f38d3
Compare
2d03ed7c
...
6e6f38d3
Subproject commit
2d03ed7c01aefd946c8a5781df9e59c0380116d4
Subproject commit
6e6f38d3534994c34b2c6b09b5b45c8a7b92ffd2
sgl-kernel/Makefile
View file @
14e754a8
.PHONY
:
tree ln submodule install build clean test format
.PHONY
:
tree ln submodule install build clean
rebuild
test format
tree
:
tree
:
@
tree
--prune
-I
"__pycache__|*.egg-info|*.so|build|3rdparty|dist"
@
tree
--prune
-I
"__pycache__|*.egg-info|*.so|build|3rdparty|dist"
...
@@ -13,11 +13,14 @@ install: submodule
...
@@ -13,11 +13,14 @@ install: submodule
@
pip
install
-e
.
@
pip
install
-e
.
build
:
submodule
build
:
submodule
@
export
MAX_JOBS
=
$(nproc)
&&
python3 setup.py bdist_wheel
@
rm
-rf
dist/
*
||
true
&&
export
MAX_JOBS
=
$(nproc)
&&
python3 setup.py bdist_wheel
&&
pip3
install
dist/
*
whl
--force-reinstall
--no-deps
clean
:
clean
:
@
rm
-rf
build dist
*
.egg-info
@
rm
-rf
build dist
*
.egg-info
rebuild
:
clean submodule build
@
echo
"Succeed to rebuild"
test
:
test
:
@
find tests
-name
"test_*.py"
| xargs
-n
1 python3
@
find tests
-name
"test_*.py"
| xargs
-n
1 python3
...
...
sgl-kernel/pyproject.toml
View file @
14e754a8
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
...
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
[project]
name
=
"sgl-kernel"
name
=
"sgl-kernel"
version
=
"0.0.2.post1
6
"
version
=
"0.0.2.post1
7
"
description
=
"Kernel Library for SGLang"
description
=
"Kernel Library for SGLang"
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.9"
requires-python
=
">=3.9"
...
...
sgl-kernel/version.py
View file @
14e754a8
__version__
=
"0.0.2.post1
6
"
__version__
=
"0.0.2.post1
7
"
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