mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-16 23:17:06 +08:00
precommit
Signed-off-by: Tyler Michael Smith <tysmith@redhat.com>
This commit is contained in:
parent
26fd8ca33c
commit
7a821f0e7f
@ -380,6 +380,7 @@ class FusedMoEMethodBase(QuantizeMethodBase):
|
||||
|
||||
# Note : We may want to use FP8 dispatch even otherwise just to
|
||||
# reduce datamovement
|
||||
assert act_quant_block_size is not None
|
||||
use_fp8_dispatch = (quant_dtype == current_platform.fp8_dtype()
|
||||
and act_quant_block_size[1]
|
||||
== DEEPEP_QUANT_BLOCK_SIZE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user