We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer the following questions for yourself before submitting an issue.
$ git clone --depth=1 --recurse-submodules https://github.com/abetlen/llama-cpp-python $ cd llama-cpp-python $ pyproject-build $ python -m installer --prefix=/tmp/yyy llama_cpp_python-0.2.11-cp311-cp311-manylinux_2_38_x86_64.whl $ ls /tmp/yyy/lib/python3.11/site-packages bin include lib llama_cpp llama_cpp_python-0.2.11.dist-info
bin, include, lib shouldn't occur in site-packages!
bin
include
lib
site-packages
The text was updated successfully, but these errors were encountered:
Fix abetlen#777, abetlen#464
00d772d
ggml-org/llama.cpp#3424 Move some code about disabling some flags in Apple x86 to the upstream Use ExternalProjectAdd() to simplify CMakeLists.txt Change base_path from llama_cpp to llama_cpp/data like other projects: - https://github.com/ssciwr/clang-format-wheel/blob/99df0fe0145e0af14c38772f1af78b215456e3a3/CMakeLists.txt#L44 - https://github.com/Freed-Wu/astyle-wheel/blob/340cef6dfd5cfa9158a321fe01b36df6a1e826e8/CMakeLists.txt#L12 - https://github.com/scikit-build/cmake-python-distributions/blob/13473f41061f73e599987af8dee5ba262e065769/setup.py#L46 - https://github.com/scikit-build/ninja-python-distributions/blob/e5510f4f725323b9be845a023bdc164718df1ddd/CMakeLists.txt#L149
No branches or pull requests
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Current Behavior
$ git clone --depth=1 --recurse-submodules https://github.com/abetlen/llama-cpp-python $ cd llama-cpp-python $ pyproject-build $ python -m installer --prefix=/tmp/yyy llama_cpp_python-0.2.11-cp311-cp311-manylinux_2_38_x86_64.whl $ ls /tmp/yyy/lib/python3.11/site-packages bin include lib llama_cpp llama_cpp_python-0.2.11.dist-info
Expected Behavior
bin
,include
,lib
shouldn't occur insite-packages
!The text was updated successfully, but these errors were encountered: