mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
websocket python srv ncpu=4
This commit is contained in:
parent
68ae83684f
commit
b805d85fd8
@ -33,7 +33,7 @@ parser.add_argument("--ngpu",
|
||||
help="0 for cpu, 1 for gpu")
|
||||
parser.add_argument("--ncpu",
|
||||
type=int,
|
||||
default=1,
|
||||
default=4,
|
||||
help="cpu cores")
|
||||
parser.add_argument("--certfile",
|
||||
type=str,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user