Unverified Commit 81372f3b authored by yudian0504's avatar yudian0504 Committed by GitHub
Browse files

Fix fused_moe triton configs (#7029)

parent baa6624d
...@@ -128,7 +128,7 @@ dev_cpu = ["sglang[all_cpu]", "sglang[test]"] ...@@ -128,7 +128,7 @@ dev_cpu = ["sglang[all_cpu]", "sglang[test]"]
[tool.setuptools.package-data] [tool.setuptools.package-data]
"sglang" = [ "sglang" = [
"srt/layers/moe/fused_moe_triton/configs/*.json", "srt/layers/moe/fused_moe_triton/configs/*/*.json",
"srt/layers/quantization/configs/*.json", "srt/layers/quantization/configs/*.json",
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment