abdeladim-s / pyllamacpp

Python bindings for llama.cpp
https://abdeladim-s.github.io/pyllamacpp/
MIT License
62 stars 21 forks source link

Process finished with exit code -1073741795 (0xC000001D) #22

Open AtomMaxTM opened 1 year ago

AtomMaxTM commented 1 year ago

Process finished with exit code -1073741795 (0xC000001D) appears after I try to import class 'Model' with from pyllamacpp.model import Model. I've tried to downgrade lib version but nothing changed.

I use Windows 10, python version 3.11.0

abdeladim-s commented 1 year ago

@AtomMaxTM, I honestly have no idea where this error should come from but it seems like there is something wrong with your MVCC++ compilers, If you are on windows I suggest just to use WSL, it is better and hassle-free.