nomic-ai/pygpt4all

ImportError: DLL load failed while importing _pyllamacpp: 动态链接库(DLL)初始化例程失败。

Burgeon0110 opened this issue · 1 comments

from pygpt4all.models.gpt4all import GPT4All
Traceback (most recent call last):
File "", line 1, in
File "D:\pygpt4all\pygpt4all\models\gpt4all.py", line 18, in
from pyllamacpp.model import Model
File "E:\Python\Python311\Lib\site-packages\pyllamacpp\model.py", line 21, in
import _pyllamacpp as pp
ImportError: DLL load failed while importing _pyllamacpp: 动态链接库(DLL)初始化例程失败。

Duplicate of #53