Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/transformers/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(
Optional[str],
typer.Option(help="Name of the column to use as input. For multi columns input use 'column1,columns2'"),
] = None,
format: Annotated[FormatEnum, typer.Option(help="Input format to read from", case_sensitive=False)] = "infer", # type: ignore
format: Annotated[FormatEnum, typer.Option(help="Input format to read from", case_sensitive=False)] = "pipe", # type: ignore
device: Annotated[
int, typer.Option(help="Indicate the device to run onto, -1 indicates CPU, >= 0 indicates GPU.")
] = -1,
Expand Down