abetlen / abetlen/llama-cpp-python

Error When Loading Model with llama_cpp: [WinError -1073741795] Windows Error 0xc000001d

未關閉
#1,660 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
Python
星號
10.6k
分支
1.4k
PR 合併指標
PR 指標待擷取

描述

I am experiencing an error when trying to load a model using the llama_cpp library in a Python application packaged with PyInstaller. The error message is as follows:

Traceback (most recent call last):
File "app.py", line 25, in
File "server\processor\text_translator.py", line 10, in __init__
File "llama_cpp\llama.py", line 372, in __init__
File "llama_cpp\_internals.py", line 50, in __init__
OSError: [WinError -1073741795] Windows Error 0xc000001d [17724]
Failed to execute script 'app'

This issue occurs specifically when loading the model with llama_cpp.
Could you provide guidance on how to resolve this error? Is there a known issue with llama_cpp on Windows, or could this be related to compatibility problems with PyInstaller?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。