We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cmake --build build --config Release
version: 3892 (96b6912) built with Apple clang version 15.0.0 (clang-1500.3.9.4) for arm64-apple-darwin23.4.0
No response
[ 4%] Building CXX object CMakeFiles/ggml.dir/sgemm.cpp.o [ 4%] Built target ggml Scanning dependencies of target ggml_static [ 5%] Linking CXX static library libggml_static.a [ 5%] Built target ggml_static Scanning dependencies of target ggml-metal [ 5%] Compiling Metal kernels xcrun: error: unable to find utility "metal", not a developer tool or in PATH make[2]: *** [bin/default.metallib] Error 72 make[1]: *** [CMakeFiles/ggml-metal.dir/all] Error 2 make: *** [all] Error 2 (venv-metal) (base) whs@MacBook-Pro-2 OpenBMB_llama.cpp % xcrun -sdk macosx metal xcrun: error: unable to find utility "metal", not a developer tool or in PATH
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
cmake --build build --config Release
Name and Version
version: 3892 (96b6912)
built with Apple clang version 15.0.0 (clang-1500.3.9.4) for arm64-apple-darwin23.4.0
What operating system are you seeing the problem on?
No response
Relevant log output
[ 4%] Building CXX object CMakeFiles/ggml.dir/sgemm.cpp.o
[ 4%] Built target ggml
Scanning dependencies of target ggml_static
[ 5%] Linking CXX static library libggml_static.a
[ 5%] Built target ggml_static
Scanning dependencies of target ggml-metal
[ 5%] Compiling Metal kernels
xcrun: error: unable to find utility "metal", not a developer tool or in PATH
make[2]: *** [bin/default.metallib] Error 72
make[1]: *** [CMakeFiles/ggml-metal.dir/all] Error 2
make: *** [all] Error 2
(venv-metal) (base) whs@MacBook-Pro-2 OpenBMB_llama.cpp % xcrun -sdk macosx metal
xcrun: error: unable to find utility "metal", not a developer tool or in PATH
The text was updated successfully, but these errors were encountered: