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 in site-packages!
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-infoExpected Behavior
bin,include,libshouldn't occur insite-packages!