From 65ba5ab8b1ba2a584a33bae5025b9b7f4018c108 Mon Sep 17 00:00:00 2001 From: strgrb Date: Sun, 30 Nov 2025 13:05:04 +0800 Subject: [PATCH] add cpp files for cpp_radix_tree to pyproject.toml. (#14052) --- python/pyproject.toml | 2 ++ python/pyproject_cpu.toml | 2 ++ python/pyproject_other.toml | 2 ++ python/pyproject_xpu.toml | 2 ++ 4 files changed, 8 insertions(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index ca3caf484..930c61cc3 100755 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -130,6 +130,8 @@ sglang = "sglang.cli.main:main" "srt/layers/moe/fused_moe_triton/configs/*/*.json", "srt/layers/quantization/configs/*.json", "srt/mem_cache/storage/hf3fs/hf3fs_utils.cpp", + "srt/mem_cache/cpp_radix_tree/*.cpp", + "srt/mem_cache/cpp_radix_tree/*.h", "srt/speculative/cpp_ngram/*.cpp", "srt/speculative/cpp_ngram/*.h", "jit_kernel/include/sgl_kernel/*.h", diff --git a/python/pyproject_cpu.toml b/python/pyproject_cpu.toml index 257ac35ed..ed542a8a6 100644 --- a/python/pyproject_cpu.toml +++ b/python/pyproject_cpu.toml @@ -98,6 +98,8 @@ dev = ["sglang[test]"] "srt/layers/moe/fused_moe_triton/configs/*/*.json", "srt/layers/quantization/configs/*.json", "srt/mem_cache/storage/hf3fs/hf3fs_utils.cpp", + "srt/mem_cache/cpp_radix_tree/*.cpp", + "srt/mem_cache/cpp_radix_tree/*.h", "srt/speculative/cpp_ngram/*.cpp", "srt/speculative/cpp_ngram/*.h", "jit_kernel/include/sgl_kernel/*.h", diff --git a/python/pyproject_other.toml b/python/pyproject_other.toml index 55007a25e..dcf88b103 100755 --- a/python/pyproject_other.toml +++ b/python/pyproject_other.toml @@ -120,6 +120,8 @@ dev_hpu = ["sglang[all_hpu]", "sglang[test]"] "srt/layers/moe/fused_moe_triton/configs/*/*.json", "srt/layers/quantization/configs/*.json", "srt/mem_cache/storage/hf3fs/hf3fs_utils.cpp", + "srt/mem_cache/cpp_radix_tree/*.cpp", + "srt/mem_cache/cpp_radix_tree/*.h", "srt/speculative/cpp_ngram/*.cpp", "srt/speculative/cpp_ngram/*.h", "jit_kernel/include/sgl_kernel/*.h", diff --git a/python/pyproject_xpu.toml b/python/pyproject_xpu.toml index 3e88356dc..32d9c9dc0 100644 --- a/python/pyproject_xpu.toml +++ b/python/pyproject_xpu.toml @@ -102,6 +102,8 @@ dev = ["sglang[test]"] "srt/layers/moe/fused_moe_triton/configs/*/*.json", "srt/layers/quantization/configs/*.json", "srt/mem_cache/storage/hf3fs/hf3fs_utils.cpp", + "srt/mem_cache/cpp_radix_tree/*.cpp", + "srt/mem_cache/cpp_radix_tree/*.h", "srt/speculative/cpp_ngram/*.cpp", "srt/speculative/cpp_ngram/*.h", "jit_kernel/include/sgl_kernel/*.h",