Skip to content

Commit bd1d8d4

Browse files
committed
fix comment
Signed-off-by: Bill Nell <bnell@redhat.com>
1 parent 4f40568 commit bd1d8d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/_custom_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,6 @@ def scaled_fp8_quant(
12741274
scale = torch.zeros(1, device=input.device, dtype=torch.float32)
12751275
torch.ops._C.dynamic_scaled_fp8_quant(output, input, scale)
12761276
else:
1277-
# num_token_padding not implemented for this case
12781277
assert scale.numel() == 1, f"{scale.shape}"
12791278
torch.ops._C.static_scaled_fp8_quant(output, input, scale)
12801279

0 commit comments

Comments
 (0)