linyiLYi / voice-assistant

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

运行后终端显示Listening...但是我说话,它没有反应 #18

Open nicekate opened 8 months ago

nicekate commented 8 months ago

首先喜欢林亦的视频

遇到的问题:运行main.py后,显示Listening...但是我说话,它没有反应

已进行如下操作:

  1. git clone项目到本地后(M1 max 32G MAC),conda了一个虚拟环境

  2. 新建了models文件夹,文件夹里放了yi-chat-6b.Q8_0.gguf 和 新建的whisper-large-v3文件夹,whisper-large-v3文件夹里放了下载下来的config.json和weights.npz

  3. 修改load_models.py 里 model_path = "/Users/mymac/voice-assistant/models/whisper-large-v3"

---希望有朋友可以解答疑惑,谢谢

StarDanceUnique commented 5 months ago

load_models.py是什么文件?