Skip to content

Commit

Permalink
fix typo of README.md (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
22dimensions authored Nov 20, 2024
1 parent d224653 commit 72fb597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchao/quantization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ be applied individually. While there are a large variety of quantization apis, t
from torchao.quantization import quantize_, int4_weight_only
group_size = 32

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

0 comments on commit 72fb597

Please sign in to comment.