Skip to content

Commit 368cad4

Browse files
committed
fix import
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 2630d69 commit 368cad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/fused_moe/pplx_garden_prepare_finalize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
_validate_scale_shape,
1616
moe_kernel_quantize_input,
1717
)
18-
from vllm.utils import cdiv, round_up
18+
from vllm.utils.math_utils import cdiv, round_up
1919

2020
logger = init_logger(__name__)
2121

0 commit comments

Comments
 (0)