You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[111@zernithos]$ python asr.py
funasr version: 1.1.6.
Traceback (most recent call last):
File "asr.py", line 29, in <module>
asr = Fun_ASR()
File "asr.py", line 6, in __init__
self.model = AutoModel(
File "/home/111/miniconda3/envs/hw5/lib/python3.10/site-packages/funasr/auto/auto_model.py", line 124, in __init__
model, kwargs = self.build_model(**kwargs)
File "/home/111/miniconda3/envs/hw5/lib/python3.10/site-packages/funasr/auto/auto_model.py", line 218, in build_model
assert model_class is not None, f'{kwargs["model"]} is not registered'
AssertionError: /home/111/.cache/huggingface/hub/models--FunAudioLLM--SenseVoiceSmall is not registered
The text was updated successfully, but these errors were encountered:
我已经通过 hf 参数自动下载过一次模型了,但是每次运行以下代码还会联网 download 一次,能不能直接指定文件路径不调用下载?
这样传入参数每次都报错!
The text was updated successfully, but these errors were encountered: