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 455e078 commit 21b65a5Copy full SHA for 21b65a5
build-xcframework.sh
@@ -246,7 +246,7 @@ combine_static_libraries() {
246
"${base_dir}/${build_dir}/ggml/src/ggml-blas/${release_dir}/libggml-blas.a"
247
)
248
if [[ "$platform" == "macos" || "$platform" == "ios" ]]; then
249
- echo "Adding libwhisper.coreml library the build."
+ echo "Adding libwhisper.coreml library to the build."
250
libs+=(
251
"${base_dir}/${build_dir}/src/${release_dir}/libwhisper.coreml.a"
252
0 commit comments