-
I have a macOS app going in Xcode that starts the
It looks like it’s not finding the metal file. I’ve tried including ggml-metal.metal both as a source file and as a resource but I still just see the above errors. Has anyone had luck with this or know what I’m missing? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Try add
This worked in my swiftui app.
|
Beta Was this translation helpful? Give feedback.
Try add
ggml-metal.metal
to metal dir, add this dir to resourses and inggml-metal.m
change path to this:This worked in my swiftui app.
Or use absolute path like this: