hey guys. i am trying to make a wheel for llama-cpp-python with the following line in Google Colab:
!CMAKE_ARGS="-DLLAMA_CUBLAS=on" FORCE_CMAKE=1 pip install llama-cpp-python
Till last week it worked properly, but now when i try to run that i faced the following error:
error: subprocess-exited-with-error
Γ Building wheel for llama-cpp-python (pyproject.toml) did not run successfully.
β exit code: 1
β°β> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Building wheel for llama-cpp-python (pyproject.toml) ... error
ERROR: Failed building wheel for llama-cpp-python
Failed to build llama-cpp-python
ERROR: Could not build wheels for llama-cpp-python, which is required to install pyproject.toml-based projects
Do you have any idea?