Description
pip install llama-cpp-python doesn't work on termux and gives this error, even if ninja is installed it gives same error, might be a hardcoded absolute path problem
i have tried to use portable venv setup on my linux machine but running it on termux gave a dependency not found error, so maybe some paths in the source code were still absolute(even after the correction attempts in the blog post)
tried using pyinstaller, but it doesn't support this library yet, same missing dependency issue
another option is to use docker on termux but that requires root privileges and custom kernel
i hv tried to look into the source code of this repo but donno where to start, any hint on where to start?
the original llama.cpp library works fine on termux but doesn't have a server inbuilt, and doesn't work well unless using bash
should i make a pull request editing the readme, linking to the docker workaround on rooted phones