Skip to content

Commit

Permalink
fix example typo (#212)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang, Weiwei1 <[email protected]>
  • Loading branch information
WeiweiZhang1 authored Aug 7, 2024
1 parent 1dd2708 commit 77a7e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/language-modeling/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
parser.add_argument("--iters", default=200, type=int,
help=" iters")

parser.add_argument("--dataset", default="calib_data/pile-10k", type=str,
parser.add_argument("--dataset", default="NeelNanda/pile-10k", type=str,
help="The dataset for quantization training. It can be a custom one.")

parser.add_argument("--enable_quanted_input", action='store_true',
Expand Down

0 comments on commit 77a7e60

Please sign in to comment.