mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Fix for Intel macs for whisper.cpp (#1225)
This commit is contained in:
parent
888715e28b
commit
15bbd010f6
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -103,7 +103,8 @@ ifeq ($(shell uname -s), Darwin)
|
|||
ifeq ($(shell uname -m), arm64)
|
||||
cmake -S whisper.cpp -B whisper.cpp/build/ -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DWHISPER_COREML=1
|
||||
else
|
||||
cmake -S whisper.cpp -B whisper.cpp/build/ -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON
|
||||
# Intel
|
||||
cmake -S whisper.cpp -B whisper.cpp/build/ -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DGGML_VULKAN=0 -DGGML_METAL=0
|
||||
endif
|
||||
|
||||
cmake --build whisper.cpp/build -j --config Release --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue