mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
sensevoice
This commit is contained in:
parent
8b74979bd3
commit
f0eec4c4da
@ -14,7 +14,7 @@ model = AutoModel(
|
||||
model=model_dir,
|
||||
vad_model="fsmn-vad",
|
||||
vad_kwargs={"max_single_segment_time": 30000},
|
||||
device="cpu",
|
||||
device="cuda:0",
|
||||
)
|
||||
|
||||
# en
|
||||
|
||||
Loading…
Reference in New Issue
Block a user