chore: bump v0.0.2.post17 for sgl-kernel (#3125)
This commit is contained in:
2
sgl-kernel/3rdparty/flashinfer
vendored
2
sgl-kernel/3rdparty/flashinfer
vendored
Submodule sgl-kernel/3rdparty/flashinfer updated: 2d03ed7c01...6e6f38d353
@@ -1,4 +1,4 @@
|
|||||||
.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
|
|||||||
@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
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "sgl-kernel"
|
name = "sgl-kernel"
|
||||||
version = "0.0.2.post16"
|
version = "0.0.2.post17"
|
||||||
description = "Kernel Library for SGLang"
|
description = "Kernel Library for SGLang"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.0.2.post16"
|
__version__ = "0.0.2.post17"
|
||||||
|
|||||||
Reference in New Issue
Block a user