while building llama.cpp fork error asking for webui missing dependencies

#1
by FM-1976 - opened

Windows 11, MiniPC with no dedicated GPU

git clone -b mtp-clean https://github.com/am17an/llama.cpp.git
cmake llama.cpp -B llama.cpp/build -DBUILD_SHARED_LIBS=OFF -DGGML_CUDA=OFF
cmake --build llama.cpp/build --config Release -j --clean-first --target llama-cli llama-server
cp llama.cpp/build/bin/llama-* llama.cpp

Only llama-cli is generated

Sign up or log in to comment