mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-25 10:21:00 +00:00
Fix option
This commit is contained in:
parent
c97134a45f
commit
dcddd07176
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ def get_opts() -> argparse.Namespace:
|
|||
)
|
||||
parser.add_argument(
|
||||
"--num_block",
|
||||
"-b",
|
||||
"-n",
|
||||
type=int,
|
||||
default=20,
|
||||
help="Number of operation unit. Larger values can improve accuracy but consume more memory.",
|
||||
|
|
Loading…
Reference in a new issue