Skip to content

Commit 9290d4e

Browse files
committed
Remove 2nd warning
1 parent c5cdfe3 commit 9290d4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/model_executor/layers/quantization/compressed_tensors/schemes/compressed_tensors_w8a8_int8.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ def create_weights(self, layer: torch.nn.Module,
131131

132132
if not self.input_symmetric:
133133
# Static asymmetric quantization has not been tested yet
134-
logger.warning(
135-
"Static asymmetric quantization currently untested")
134+
# See comment in process_weights_after_loading
136135
input_zero_point = Parameter(torch.zeros(1, dtype=torch.int32))
137136
layer.register_parameter("input_zero_point", input_zero_point)
138137

0 commit comments

Comments
 (0)