Add activation parameters to fused_moe (#3170)

This commit is contained in:
Lianmin Zheng
2025-01-27 00:23:37 -08:00
committed by GitHub
parent 741fccd7bf
commit 52c03f16b9
7 changed files with 52 additions and 7 deletions

View File

@@ -2,8 +2,6 @@ import unittest
import torch
from sglang.srt.layers.activation import SiluAndMul
from sglang.srt.layers.moe.fused_moe_triton.fused_moe import fused_moe
from sglang.srt.layers.quantization.fp8_kernel import (
per_token_group_quant_fp8,
w8a8_block_fp8_matmul,