Signed-off-by: vllmellm <vllm.ellm@embeddedllm.com>
This commit is contained in:
vllmellm 2025-12-24 21:54:58 +00:00
parent a16596760c
commit d3fc0729f7
3 changed files with 3 additions and 5 deletions

View File

@ -46,13 +46,11 @@ from vllm.model_executor.layers.quantization.utils.quant_utils import (
from vllm.model_executor.layers.quantization.utils.w8a8_utils import ( from vllm.model_executor.layers.quantization.utils.w8a8_utils import (
cutlass_block_fp8_supported, cutlass_block_fp8_supported,
) )
from vllm.platforms import current_platform
from vllm.utils.deep_gemm import ( from vllm.utils.deep_gemm import (
is_deep_gemm_supported, is_deep_gemm_supported,
) )
from vllm.platforms import current_platform
from ..utils import TestBlockFP8Layer, TestFP8Layer from ..utils import TestBlockFP8Layer, TestFP8Layer
from .backend import TestBackend from .backend import TestBackend