Kedreamix / Linly-Talker

Digital Avatar Conversational System - Linly-Talker. 😄✨ Linly-Talker is an intelligent AI system that combines large language models (LLMs) with visual models to create a novel human-AI interaction method. 🤝🤖 It integrates various technologies like Whisper, Linly, Microsoft Speech Services, and SadTalker talking head generation system. 🌟🔬
https://kedreamix.github.io/
MIT License
1.27k stars 222 forks source link

启动问题 #26

Closed Dalongwang2025 closed 3 months ago

Dalongwang2025 commented 3 months ago

启动后报错了,总是解决不了,请问这是什么原因,该怎么解决?

(linly) D:\Linly-Talker>python app.py Traceback (most recent call last): File "D:\Linly-Talker\app.py", line 5, in from LLM import LLM File "D:\Linly-Talker\LLM__init.py", line 1, in from .Linly import Linly File "D:\Linly-Talker\LLM\Linly.py", line 2, in import torch File "C:\ProgramData\Anaconda3\envs\linly\lib\site-packages\torch\init__.py", line 130, in raise err OSError: [WinError 127] 找不到指定的程序。 Error loading "C:\ProgramData\Anaconda3\envs\linly\lib\site-packages\torch\lib\c10_cuda.dll" or one of its dependencies.

Kedreamix commented 3 months ago

这个应该是安装Pytorch以及CUDA的匹配问题 可以看看能不能正常使用pytorch