From 0779c3d14895902e8d11b370453292356f5880aa Mon Sep 17 00:00:00 2001 From: Junlin Zhou Date: Fri, 14 Nov 2025 03:14:01 +0800 Subject: [PATCH] docs: update fused MoE config path (#13211) --- benchmark/kernels/fused_moe_triton/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/kernels/fused_moe_triton/README.md b/benchmark/kernels/fused_moe_triton/README.md index 84bd30f43..f11c6541a 100644 --- a/benchmark/kernels/fused_moe_triton/README.md +++ b/benchmark/kernels/fused_moe_triton/README.md @@ -151,7 +151,7 @@ After tuning, configuration files will be generated: - **Standard tuning**: `E=64,N=640,device_name=NVIDIA_GeForce_RTX_4090,dtype=fp8_w8a8.json` - **Separate kernel tuning**: Two files for up/down kernels with TMA optimization flags -Move these files to `sglang/srt/layers/fused_moe_triton/configs/triton_version/` directory to use them in SGLang. +Move these files to `sglang/srt/layers/moe/fused_moe_triton/configs/triton_version/` directory to use them in SGLang. ### Supported Models