refactor(moe): de-duplicate triton MoE runner path into shared helpers (#23019)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Cheng Wan
2026-04-17 17:05:13 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent fd7db0eace
commit 5f7aee726a
322 changed files with 589 additions and 704 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import triton.language as tl
from tqdm import tqdm
from transformers import AutoConfig
from sglang.srt.layers.moe.fused_moe_triton.fused_moe import (
from sglang.srt.layers.moe.moe_runner.triton_utils.fused_moe import (
fused_moe,
get_config_file_name,
)