#3571 RuntimeError: Model distil-large-v3 not found; available models = ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'sm

23.146* Posted at: 5 hours ago 👁12

Traceback (most recent call last):
File "videotrans\process\stt_fun.py", line 63, in openai_whisper
File "whisper\__init__.py", line 143, in load_model
RuntimeError: Model distil-large-v3 not found; available models = ['tiny.en', 'tiny', 'base.en', 'base', 'small.en', 'small', 'medium.en', 'medium', 'large-v1', 'large-v2', 'large-v3', 'large', 'large-v3-turbo', 'turbo']


=
system:Windows-10-10.0.26100-SP0
version:v3.98
frozen:True
language:zh
root_dir:D:/AI/win-pyvideotrans-v3.98

1 Replies

这是由于选择了 openai-whisper(本地) 语音识别渠道,但该渠道不支持 distil-large-v3 模型。

distil-large-v3 模型仅适用于 faster-whisper(本地) 渠道。openai-whisper(本地) 渠道支持的模型列表是固定的,不包含蒸馏模型。

解决方案:

  1. 切换识别渠道:在主界面“语音识别”下拉列表中,将渠道从 openai-whisper(本地) 切换为 faster-whisper(本地)
  2. 或更换模型:如果希望继续使用 openai-whisper(本地) 渠道,请在“语音识别”右侧的模型下拉列表中,选择一个该渠道支持的模型,例如 large-v3

请注意distil-large-v3 及所有以 .en 结尾的模型(如 tiny.en, distil-small.en仅能用于识别英语发音的视频。如果你的视频包含非英语语音,请勿选择这些模型。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource