Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: yuwenzho <[email protected]>
  • Loading branch information
yuwenzho committed Jul 23, 2024
1 parent 1e142b0 commit f9c3c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
parser.add_argument("--trust_remote_code", type=bool, default=False)
parser.add_argument("--layer_wise", action="store_true", default=False)
parser.add_argument("--quantize_lm_head", action="store_true", default=False,
help="language modelling head will not be quantized by default. Doesn't take effect when 'algorithm' is 'WOQ_TUNE'")
help="language modeling head will not be quantized by default. Doesn't take effect when 'algorithm' is 'WOQ_TUNE'")
parser.add_argument("--nodes_to_exclude", nargs="+", default=[],
help="nodes that will not be quantized. Doesn't take effect when 'algorithm' is 'WOQ_TUNE'")
args = parser.parse_args()
Expand Down

0 comments on commit f9c3c10

Please sign in to comment.