Skip to content

Commit

Permalink
fix code-generation params (#1427)
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
  • Loading branch information
XuehaoSun committed Apr 1, 2024
1 parent b7fc01d commit ab2fd05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
)
parser.add_argument("--trust_remote_code", action="store_true")
parser.add_argument("--_commit_hash", default=None, type=str)
parser.add_argument("--use_neural_speed", action="store_true")
parser.add_argument("--dataset", nargs="?", default="mbpp", const="mbpp")
parser.add_argument("--dtype", type=str, default="int8")
parser.add_argument(
Expand Down

0 comments on commit ab2fd05

Please sign in to comment.