0x5446 / api4sensevoice

API and websocket server for sensevoice. It has inherited some enhanced features, such as VAD detection, real-time streaming recognition, and speaker verification.
223 stars 32 forks source link

Download: iic/SenseVoiceSmall failed! #2

Open jjun-2020 opened 3 months ago

jjun-2020 commented 3 months ago

Download: iic/SenseVoiceSmall failed!: HTTPSConnectionPool(host='www.modelscope.cn', port=443): Max retries exceeded with url: /api/v1/models/iic/SenseVoiceSmall/revisions (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)'))) Loading remote code failed: model, No module named 'model' I don‘t know why

deongaree commented 2 months ago

自己去modelscope下载模型,然后把代码里的AutoModel的model参数改成本地路径,model_path也是

image