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
clang++: warning: using sysroot for 'MacOSX' but targeting 'iPhone' [-Wincompatible-sysroot]
In file included from src/pllama.cpp:2:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 | #include "ggml.h"
| ^~~~~~~~
1 error generated.
In file included from src/pllama_tokenize.cpp:2:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 | #include "ggml.h"
| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama.cpp:1:
src/llama.cpp/src/llama-impl.h:3:10: fatal error: 'ggml.h' file not found
3 | #include "ggml.h" // for ggml_log_level
| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama-model.cpp:1:
In file included from src/llama.cpp/src/llama-model.h:3:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 | #include "ggml.h"
| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama-vocab.cpp:1:
In file included from src/llama.cpp/src/llama-vocab.h:3:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 | #include "ggml.h"
| ^~~~~~~~
1 error generated.
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: libpllama-arm64.dylib (No such file or directory)
I checked llama.cpp and etc, but it looks like it is trying to use files from other directories.
I'm building my package on MacBook Pro, would it be a problem?
clang++: warning: using sysroot for'MacOSX' but targeting 'iPhone' [-Wincompatible-sysroot]
In file included from src/pllama.cpp:2:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 |#include "ggml.h"| ^~~~~~~~
1 error generated.
In file included from src/pllama_tokenize.cpp:2:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 |#include "ggml.h"| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama.cpp:1:
src/llama.cpp/src/llama-impl.h:3:10: fatal error: 'ggml.h' file not found
3 |#include "ggml.h" // for ggml_log_level| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama-model.cpp:1:
In file included from src/llama.cpp/src/llama-model.h:3:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 |#include "ggml.h"| ^~~~~~~~
1 error generated.
In file included from src/llama.cpp/src/llama-vocab.cpp:1:
In file included from src/llama.cpp/src/llama-vocab.h:3:
./src/llama.cpp/include/llama.h:4:10: fatal error: 'ggml.h' file not found
4 |#include "ggml.h"| ^~~~~~~~
1 error generated.
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't open input file: libpllama-arm64.dylib (No such file or directory)
The text was updated successfully, but these errors were encountered:
Git commit
a800ae4
Operating systems
Mac
GGML backends
Vulkan, Metal
Problem description & steps to reproduce
Hello, I was trying to build flutter package using llama.cpp using
But it gives following error;
I checked llama.cpp and etc, but it looks like it is trying to use files from other directories.
I'm building my package on MacBook Pro, would it be a problem?
First Bad Commit
No response
Compile command
Relevant log output
The text was updated successfully, but these errors were encountered: