You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running make docker from main and getting an error
32.31 CMake Error at CMakeLists.txt:20 (add_subdirectory):
32.31 The source directory
32.31
32.31 /app/vendor/llama.cpp
32.31
32.31 does not contain a CMakeLists.txt file.
32.31
32.31
32.31 CMake Error at CMakeLists.txt:21 (install):
32.31 install TARGETS given target "llama" which does not exist.
32.31
32.31
32.31 CMake Error at CMakeLists.txt:30 (install):
32.31 install TARGETS given target "llama" which does not exist.
32.31
32.31
32.31 CMake Error at CMakeLists.txt:50 (add_subdirectory):
32.31 add_subdirectory given source "vendor/llama.cpp/examples/llava" which is
32.31 not an existing directory.
32.31
32.31
32.31 CMake Error at CMakeLists.txt:51 (set_target_properties):
32.31 set_target_properties Can not find target to add properties to:
32.31 llava_shared
32.31
32.31
32.31 CMake Error at CMakeLists.txt:56 (install):
32.31 install TARGETS given target "llava_shared" which does not exist.
32.31
32.31
32.31 CMake Error at CMakeLists.txt:65 (install):
32.31 install TARGETS given target "llava_shared" which does not exist.
32.31
32.31
32.31 -- Configuring incomplete, errors occurred!
32.31
32.31 *** CMake configuration failed
32.31 [end of output]
32.31
32.31 note: This error originates from a subprocess, and is likely not a problem with pip.
32.31 ERROR: Failed building editable for llama_cpp_python
32.31 Building wheel for paginate (setup.py): started
32.43 Building wheel for paginate (setup.py): finished with status 'done'
32.43 Created wheel for paginate: filename=paginate-0.5.6-py3-none-any.whl size=12666 sha256=8874e26cda829aaca25fb420a4b7ae959824d381bf392693f8ea1979fe45dacd
32.43 Stored in directory: /root/.cache/pip/wheels/03/20/4e/4925d1027f4b377bef23999a1a5eaa438339b741a6a2f3ad39
32.43 Successfully built paginate
32.43 Failed to build llama_cpp_python
32.43 ERROR: Could not build wheels for llama_cpp_python, which is required to install pyproject.toml-based projects
32.67 make: *** [Makefile:10: deps] Error 1
------
Dockerfile:24
--------------------
22 | RUN python3 -m pip install --upgrade pip
23 |
24 | >>> RUN make deps && make build && make clean
25 |
26 | # Set environment variable for the host
--------------------
ERROR: failed to solve: process "/bin/sh -c make deps && make build && make clean" did not complete successfully: exit code: 2
make: *** [docker] Error 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running
make docker
from main and getting an errorany help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions