Skip to content

Commit be65747

Browse files
Fix finetuning unit test issue (intel#1367)
Signed-off-by: lvliang-intel <[email protected]>
1 parent 497ae47 commit be65747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_transformers/neural_chat/cli/cli_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def __init__(self):
228228
self.parser.add_argument(
229229
'--train_file', type=str, default=None, help='Specify train file path.')
230230
self.parser.add_argument(
231-
'--max_steps', type=str, default=None, help='Specify max steps of finetuning.')
231+
'--max_steps', type=int, default=None, help='Specify max steps of finetuning.')
232232

233233
def execute(self, argv: List[str]) -> bool:
234234
"""

0 commit comments

Comments
 (0)