-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Problem when use with iOS and Metal: GGML_METAL_ADD_KERNEL #1377
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
Comments
See this #1293 |
I think it's because the project has ARC enabled, try to use |
Hi, I have created a new project (has main.cpp and CMakeLists.txt) to try do what you sad and it pass when i add Now, it stop in other problem, ggml methods are not visible: I tried a lof of options and nothing. Log:
|
There is something that i need set in CMake to make ggml visible? Their symbols are not visible. |
Hi, I solve the problems adding
Thanks. |
Hi,
Im trying compile for iOS, but get this error:
In this line:
https://github.com/ggerganov/whisper.cpp/blob/master/ggml-metal.m#L207-L218
How can i solve this?
Thanks.
The text was updated successfully, but these errors were encountered: