Replies: 1 comment 2 replies
-
I have the same problem, tried to install an older version v0.2.85, because with the previous version everything was fine, but I had to switch to another device. As a result, I get the same results, there are more processes and my RAM and swap are completely filled, after which the processes are killed |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running Linux Mint on a machine with 128 GB RAM and a decent 16-core processor.
Whenever I try to
pip install llama-cpp-python
or use the "pre-built"pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/120
it will get to the "Building wheel for llama-cpp-python (pyproject.toml) ..." step and apparently spawn "ninja" processes until the box locks up and becomes unusable and then eventually OOM killer kicks on and knifes all sort of critical system processes and I have to reboot.This is what the ninja process count looked like for a few seconds:
If I'm installing the pre-built llama-cpp-python wheel, shouldn't it NOT be compiling? Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions