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
ggml-backend-meta.cpp #includes "ggml-cpp.h", which wasn't in the bundle
because no previously bundled source needed it. Without this, on macOS
the on-the-fly metal dylib compile fails with:
~/.llamafile/v/X.Y.Z/ggml-backend-meta.cpp:6:10: fatal error:
'ggml-cpp.h' file not found
Yoink + extract-map + LLAMAFILE_METAL_SOURCES updated.
0 commit comments