We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e42ea commit 0b2f817Copy full SHA for 0b2f817
vllm/model_executor/layers/fused_moe/deep_gemm_moe.py
@@ -15,9 +15,8 @@
15
MoEPrepareAndFinalizeNoEP)
16
from vllm.model_executor.layers.fused_moe.utils import (
17
_resize_cache, per_token_group_quant_fp8)
18
-from vllm.model_executor.layers.quantization.deepgemm import (
19
- m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm as
20
- m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm)
+from vllm.model_executor.layers.quantization.deepgemm import ( # noqa: E501
+ m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm as m_grouped_gemm_fp8_fp8_bf16_nt_contiguous_deepgemm)
21
from vllm.utils import round_up
22
23
logger = init_logger(__name__)
0 commit comments