Skip to content

Commit 381bbfd

Browse files
author
Andrew Briand
committed
Remove unused imports
1 parent f609e16 commit 381bbfd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vllm/model_executor/layers/quantization/utils/flashinfer_fp4_moe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,6 @@ def flashinfer_trtllm_fp4_routed_moe(
361361
"""
362362
import flashinfer
363363

364-
from vllm.model_executor.models.llama4 import Llama4MoE
365-
366364
# Quantize input to FP4
367365
a1_gscale = layer.w13_input_scale_quant
368366
(hidden_states_fp4, hidden_states_scale_linear_fp4) = flashinfer.fp4_quantize(

0 commit comments

Comments
 (0)