[Bugfix] Add jit kernel files in packaging (#13829)

Co-authored-by: luoyuan.luo <luoyuan.luo@antgroup.com>
Co-authored-by: Xu Yongfei <xuyongfei.xyf@antgroup.com>
This commit is contained in:
Yuan Luo
2025-11-24 12:32:16 +08:00
committed by GitHub
parent b2f7b08c49
commit f56b9b42e6

View File

@@ -131,6 +131,9 @@ sglang = "sglang.cli.main:main"
"srt/mem_cache/storage/hf3fs/hf3fs_utils.cpp",
"srt/speculative/cpp_ngram/*.cpp",
"srt/speculative/cpp_ngram/*.h",
"jit_kernel/include/sgl_kernel/*.h",
"jit_kernel/include/sgl_kernel/*.cuh",
"jit_kernel/csrc/*.cuh"
]
[tool.setuptools.packages.find]