Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup: remove deprecated output argument
Browse files Browse the repository at this point in the history
janaab11 committed Jan 3, 2025

Verified

This commit was signed with the committer’s verified signature.
janaab11 Manas
1 parent c88fbd7 commit eb200c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/diart/console/serve.py
Original file line number Diff line number Diff line change
@@ -70,9 +70,6 @@ def run():
action="store_true",
help=f"{argdoc.CPU}. Defaults to GPU if available, CPU otherwise",
)
parser.add_argument(
"--output", type=Path, help=f"{argdoc.OUTPUT}. Defaults to no writing"
)
parser.add_argument(
"--hf-token",
default="true",

0 comments on commit eb200c2

Please sign in to comment.