mgonzs13 / llama_ros

llama.cpp (GGUF LLMs) and llava.cpp (GGUF VLMs) for ROS 2
MIT License
135 stars 21 forks source link

how to select Cmake version to build. #3

Closed shengyuwoo closed 11 months ago

shengyuwoo commented 1 year ago

Hi, thank your nice work. Now I have a question: how to build the project,how to select Cmake version to build, because I use Cmake3.10.2 is failed to build. Because the project is include llama.cpp and about ros2 content, so how to build step by step ?

mgonzs13 commented 1 year ago

Hi @shengyuwoo, you may be having problems because llama.cpp uses cmake 3.12 (CMakeLists.txt). You should upgrade you cmake, I am using cmake 3.26.4.