Skip to content

Commit ae102ba

Browse files
committed
shut lint up for now
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent fc61195 commit ae102ba

File tree

1 file changed

+4
-2
lines changed
  • vllm/model_executor/layers/quantization

1 file changed

+4
-2
lines changed

vllm/model_executor/layers/quantization/fp8.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,10 @@ def select_gemm_impl(
799799
self.quant_config.weight_block_size, False)
800800
return BatchedTritonOrDeepGemmExperts(
801801
max_num_tokens=max_num_tokens_per_rank,
802-
world_size=prepare_finalize.world_size,
803-
dp_size=prepare_finalize.dp_size,
802+
world_size=prepare_finalize.
803+
world_size, # type: ignore [attr-defined]
804+
dp_size=prepare_finalize.
805+
dp_size, # type: ignore [attr-defined]
804806
use_fp8_w8a8=True,
805807
block_shape=self.quant_config.weight_block_size,
806808
per_act_token_quant=False,

0 commit comments

Comments
 (0)