Description
LocalAI version:
last commit dd381f8
Environment, CPU architecture, OS, and Version:
Linux server 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Describe the bug
-- Adding CPU backend variant ggml-cpu: -msse4.2;-mbmi2;-mavx GGML_SSE42;GGML_BMI2;GGML_AVX
CMake Error at tools/grpc-server/CMakeLists.txt:38 (find_package):
Could not find a package configuration file provided by "Protobuf" with any
of the following names:
ProtobufConfig.cmake
protobuf-config.cmake
Add the installation prefix of "Protobuf" to CMAKE_PREFIX_PATH or set
"Protobuf_DIR" to a directory containing one of the above files. If
"Protobuf" provides a separate development package or SDK, be sure it has
been installed.
To Reproduce
make build, after installing go libraries and following localAI instructions from the docs.
Expected behavior
build successfully
Logs
Additional context
no