-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Missing public header for ggml-backend.h and ggml-alloc.h #5011
Labels
Comments
Can add Builds and links correctly with something like this:
|
65a
changed the title
Missing public header for ggml-backend.h
Missing public header for ggml-backend.h and ggml-alloc.h
Jan 18, 2024
ggerganov
added a commit
that referenced
this issue
Jan 18, 2024
Thanks! |
jordankanter
pushed a commit
to jordankanter/llama.cpp
that referenced
this issue
Feb 3, 2024
hodlen
pushed a commit
to hodlen/llama.cpp
that referenced
this issue
Apr 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The public header defined in CMakeLists.txt for llama.h (used for library level C FFI integrations) depends on the header
ggml-backend.h
now, but as it is not a defined public header in CMakeLists.h, it cannot be found in the CMake output. It seems like this is an omission, and the CMakeLists.txt should include this file as a public header.The text was updated successfully, but these errors were encountered: