Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make build error on Mac Studio #4430

Open
hsoftxl opened this issue Dec 19, 2024 · 0 comments
Open

make build error on Mac Studio #4430

hsoftxl opened this issue Dec 19, 2024 · 0 comments
Labels
bug Something isn't working unconfirmed

Comments

@hsoftxl
Copy link

hsoftxl commented Dec 19, 2024

/Users/rays/localai/LocalAI/backend/cpp/llama-avx/llama.cpp/examples/grpc-server/clip.cpp:760:47: error: use of undeclared identifier 'GGML_ROPE_TYPE_VISION'
  760 |                     d_head/2, mrope_sections, GGML_ROPE_TYPE_VISION, 32768, 10000, 1, 0, 1, 32, 1);
      |                                               ^
/Users/rays/localai/LocalAI/backend/cpp/llama-avx/llama.cpp/examples/grpc-server/clip.cpp:773:47: error: use of undeclared identifier 'GGML_ROPE_TYPE_VISION'
  773 |                     d_head/2, mrope_sections, GGML_ROPE_TYPE_VISION, 32768, 10000, 1, 0, 1, 32, 1);
      |                                               ^
2 errors generated.
make[6]: *** [examples/grpc-server/CMakeFiles/myclip.dir/clip.cpp.o] Error 1
make[5]: *** [examples/grpc-server/CMakeFiles/myclip.dir/all] Error 2
make[4]: *** [examples/grpc-server/CMakeFiles/grpc-server.dir/rule] Error 2
make[3]: *** [grpc-server] Error 2
make[2]: *** [grpc-server] Error 2
make[1]: *** [build-llama-cpp-grpc-server] Error 2
make: *** [backend-assets/grpc/llama-cpp-avx] Error 2
@hsoftxl hsoftxl added bug Something isn't working unconfirmed labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed
Projects
None yet
Development

No branches or pull requests

1 participant