-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
use:
" bash run_server_2pass.sh --download-model-dir /workspace/models --model-dir iic/Whisper-large-v3-turbo --online-model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx --lm-dir damo/speech_ngram_lm_zh-cn-ai-wesp-fst --itn-dir thuduj12/fst_itn_zh --hotword /workspace/FunASR/runtime/websocket/hotwords.txt --certfile 0 --port 10095 && tail -f /dev/null "
error:
/workspace/models/damo/speech_whisper-large-v3/model_quant.onnx do not exists.
I want to use the Whisper-large-v3-turbo model, but I can't. When I switch the offline model to Whisper-large-v3-turbo, it doesn't work. What should I do? Please advise.