Is your feature request related to a problem? Please describe.
I am using llama-cpp-python in some projects and the difference in build time between using and not using llama-cpp-python is 15-20 minutes when building.
Describe the solution you'd like
It occurs to me that rebuilding this package everytime you pip install is a little much, and it should be preventable if this package provided apt packages so there's no rebuild needed on every single pip install.
Describe alternatives you've considered
Anything to lower the processing time would help
Is your feature request related to a problem? Please describe.
I am using llama-cpp-python in some projects and the difference in build time between using and not using llama-cpp-python is 15-20 minutes when building.
Describe the solution you'd like
It occurs to me that rebuilding this package everytime you pip install is a little much, and it should be preventable if this package provided apt packages so there's no rebuild needed on every single pip install.
Describe alternatives you've considered
Anything to lower the processing time would help