We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba166a commit 2d20f4cCopy full SHA for 2d20f4c
.github/workflows/build.yml
@@ -1125,7 +1125,7 @@ jobs:
1125
-DLLAMA_BUILD_EXAMPLES=OFF \
1126
-DLLAMA_BUILD_TESTS=OFF \
1127
-DLLAMA_BUILD_SERVER=OFF \
1128
- -DCMAKE_SYSTEM_NAME=tvOS \
+ -DCMAKE_SYSTEM_NAME=iOS \
1129
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \
1130
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
1131
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
0 commit comments