Closed author-brian-mendonca closed 1 month ago
When running pip3 install llm-quantkit, I hit this error:
pip3 install llm-quantkit
Failed building wheel for llama-cpp-python
To fix it, I ran sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
then re-ran the pip3 install llm-quantkit command.
Running Python version 3.11.3.
All references to llama-cpp-python should have been replaced with llama-cpp-conv, but I'll look again. Thanks for including the solution.
When running
pip3 install llm-quantkit
, I hit this error:Failed building wheel for llama-cpp-python
To fix it, I ran
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
then re-ran the
pip3 install llm-quantkit
command.Running Python version 3.11.3.