Skip to content

Commit 72fb597

Browse files
authored
fix typo of README.md (#1318)
1 parent d224653 commit 72fb597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/quantization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ be applied individually. While there are a large variety of quantization apis, t
9696
from torchao.quantization import quantize_, int4_weight_only
9797
group_size = 32
9898

99-
# you can enable [hqq](https://ithub.com/mobiusml/hqq/tree/master) quantization which is expected to improves accuracy through
99+
# you can enable [hqq](https://github.com/mobiusml/hqq/tree/master) quantization which is expected to improves accuracy through
100100
# use_hqq flag for `int4_weight_only` quantization
101101
use_hqq = False
102102
quantize_(model, int4_weight_only(group_size=group_size, use_hqq=use_hqq))

0 commit comments

Comments
 (0)