Skip to content

Commit 99f23f2

Browse files
committed
fix format error
Signed-off-by: Jinzhen Lin <linjinzhen@hotmail.com>
1 parent 29df4d0 commit 99f23f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/model_executor/layers/quantization/moe_quant_int.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from vllm.distributed import get_tensor_model_parallel_rank, get_tp_group
66
from vllm.model_executor.layers.fused_moe.layer import (
77
FusedMoE, FusedMoEMethodBase, FusedMoeWeightScaleSupported)
8-
from vllm.model_executor.layers.linear import (
9-
LinearBase, UnquantizedLinearMethod)
8+
from vllm.model_executor.layers.linear import (LinearBase,
9+
UnquantizedLinearMethod)
1010
from vllm.model_executor.layers.quantization.awq_marlin import (
1111
AWQMarlinConfig, AWQMarlinLinearMethod)
1212
from vllm.model_executor.layers.quantization.base_config import (

0 commit comments

Comments
 (0)