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 execute the LLAMA_BUILD_SERVER=1 make command in the root directory of the llama.cpp project, But compilation fails with below error
I llama.cpp build info:
I UNAME_S: Darwin
I UNAME_P: arm
I UNAME_M: arm64
I CFLAGS: -I. -O3 -std=c11 -fPIC -DNDEBUG -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -pthread -DGGML_USE_K_QUANTS -DGGML_USE_ACCELERATE
I CXXFLAGS: -I. -I./examples -O3 -std=c++11 -fPIC -DNDEBUG -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wno-multichar -pthread -DGGML_USE_K_QUANTS
I LDFLAGS: -framework Accelerate
I CC: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
I CXX: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
make: *** No rule to make target private', needed by server'. Stop.
I don't know what went wrong, causing the failure
os: Ventura 13.4.1 m1max
gcc: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
The text was updated successfully, but these errors were encountered:
I execute the LLAMA_BUILD_SERVER=1 make command in the root directory of the llama.cpp project, But compilation fails with below error
make: *** No rule to make target
private', needed by
server'. Stop.I don't know what went wrong, causing the failure
os: Ventura 13.4.1 m1max
gcc: Apple clang version 14.0.3 (clang-1403.0.22.14.1)
The text was updated successfully, but these errors were encountered: