stiks@llms:~/llama.cpp# cmake -B build
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
for llama.cpp compilation, you need build-essential
sudo apt-get install build-essential
I can create quick PR for
for
llama.cppcompilation, you needbuild-essentialI can create quick PR for