Skip to content

Commit 5e07eb3

Browse files
committed
up
1 parent ad22739 commit 5e07eb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchao/quantization/quant_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2060,6 +2060,7 @@ def _intx_weight_only_quantize_tensor(weight, config):
20602060
zero_point_domain=ZeroPointDomain.INT,
20612061
_layout=layout,
20622062
)
2063+
return weight
20632064

20642065

20652066
@register_quantize_module_handler(IntxWeightOnlyConfig)

0 commit comments

Comments
 (0)