[Kernel] Move sgl-kernel under sglang.kernels.aot (#32648)

This commit is contained in:
Xiaoyu Zhang
2026-07-29 17:25:00 +08:00
committed by GitHub
parent 1b9dfa14e6
commit c32c4ef79c
370 changed files with 300 additions and 269 deletions
+8
View File
@@ -199,6 +199,12 @@ killall_sglang = "sglang.cli.killall:main"
"multimodal_gen/apps/realtime_webui/**/*"
]
[tool.setuptools.exclude-package-data]
"sglang" = [
"kernels/aot/*",
"kernels/aot/**/*",
]
[tool.setuptools.packages.find]
exclude = [
"assets*",
@@ -207,6 +213,7 @@ exclude = [
"dist*",
"playground*",
"scripts*",
"sglang.kernels.aot*",
"tests*",
]
@@ -218,6 +225,7 @@ exclude = [
"dist*",
"playground*",
"scripts*",
"sglang/kernels/aot*",
"tests*",
]