Skip to content

Commit dbd9ca6

Browse files
authored
Update w8a8_utils.py (#6)
1 parent c887b19 commit dbd9ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/quantization/utils/w8a8_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def apply(
361361
num_token_padding=self.output_padding,
362362
use_per_token_if_dynamic=use_per_token_if_dynamic)
363363
else:
364-
if x_scale is not None:
364+
if input_scale is not None:
365365
qinput, x_scale = input_2d, input_scale
366366
else:
367367
qinput = input_2d

0 commit comments

Comments
 (0)