Skip to content

Commit 9a9b8e9

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

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
@@ -800,8 +800,10 @@ def select_gemm_impl(
800800
self.quant_config.weight_block_size, False)
801801
return BatchedTritonOrDeepGemmExperts(
802802
max_num_tokens=max_num_tokens_per_rank,
803-
world_size=prepare_finalize.world_size,
804-
dp_size=prepare_finalize.dp_size,
803+
world_size=prepare_finalize.
804+
world_size, # type: ignore [attr-defined]
805+
dp_size=prepare_finalize.
806+
dp_size, # type: ignore [attr-defined]
805807
use_fp8_w8a8=True,
806808
block_shape=self.quant_config.weight_block_size,
807809
per_act_token_quant=False,

0 commit comments

Comments
 (0)