Skip to content

Commit 5aa069e

Browse files
committed
fix embed path for macOS-silicon
1 parent a40ae35 commit 5aa069e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
run: |
286286
./install_deps.sh
287287
mkdir build && cd build
288-
cmake -DWHISPER_COREML=1 -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }} ..
288+
cmake -DLLAMA_METAL_EMBED_LIBRARY=ON -DWHISPER_COREML=1 -DNITRO_VERSION=${{ needs.set-nitro-version.outputs.version }} ..
289289
CC=gcc-8 make -j $(sysctl -n hw.ncpu)
290290
ls -la
291291

0 commit comments

Comments
 (0)