From f56b9b42e66877cdda8865f1c5726e1ddaf14cfb Mon Sep 17 00:00:00 2001 From: Yuan Luo Date: Mon, 24 Nov 2025 12:32:16 +0800 Subject: [PATCH] [Bugfix] Add jit kernel files in packaging (#13829) Co-authored-by: luoyuan.luo Co-authored-by: Xu Yongfei --- python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index ab9c492d5..8e30e8b9c 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -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]