Skip to content

Commit c8eb8d3

Browse files
authored
Lint fixes for fbcode (#1682)
1 parent e7aa4ca commit c8eb8d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

torchao/experimental/tests/test_packed_linear_int8_dynamic_activation_intx_weight_layout_target_aten.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ def test_accuracy(self):
4343
for has_weight_zeros in [True]:
4444
for granularity in granularities:
4545
print(
46-
f"Testing weight_dtype={weight_dtype}, has_weight_zeros={
47-
has_weight_zeros}, granularity={granularity}"
46+
f"Testing weight_dtype={weight_dtype}, has_weight_zeros={has_weight_zeros}, granularity={granularity}"
4847
)
4948
quantized_model = copy.deepcopy(model)
5049
quantize_(

0 commit comments

Comments
 (0)