linyiLYi / voice-assistant

A simple toy demo of a local voice assistant with whisper and large language model.
Apache License 2.0
1.27k stars 206 forks source link

加载模型的时候出现报错 #10

Closed CambridgeZ closed 11 months ago

CambridgeZ commented 11 months ago

在加载模型的时候出现下面的报错有没有大佬也遇到过😭 Could not load Llama model from path: yi-chat-6b.Q2_K.gguf. Received error (type=value_error)

RoversX commented 11 months ago

是不是路径问题,要在main.py里面改

linyiLYi commented 11 months ago

你要下载好这个模型文件,然后放在models文件夹下,把main.py对应的地方也要改一下