Skip to content

Commit 2a43b40

Browse files
authored
[Bugfix][CI] Add missing import of pad_nvfp4_activation_for_cutlass in flashinfer (vllm-project#43237)
Signed-off-by: sfeng33 <4florafeng@gmail.com>
1 parent 53ff50f commit 2a43b40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vllm/model_executor/kernels/linear/nvfp4/flashinfer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from vllm._custom_ops import scaled_fp4_quant
77
from vllm.model_executor.layers.quantization.utils.nvfp4_utils import (
8+
pad_nvfp4_activation_for_cutlass,
89
pad_nvfp4_weight_for_cutlass,
910
slice_nvfp4_output,
1011
swizzle_blockscale,

0 commit comments

Comments
 (0)