Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
Last active December 11, 2024 13:19
Show Gist options
  • Save thewh1teagle/273ef299f9ea157d43a6e24bf889dfc5 to your computer and use it in GitHub Desktop.
Save thewh1teagle/273ef299f9ea157d43a6e24bf889dfc5 to your computer and use it in GitHub Desktop.
compile whisper.cpp x86-64 on macos m1
arch -x86_64 cmake -G Ninja -B build -DGGML_METAL=1 .
arch -x86_64 cmake --build build
wget https://github.com/thewh1teagle/vibe/raw/main/samples/short.wav
arch -x86_64 ./main --no-prints -m '/Users/user/Library/Application Support/github.com.thewh1teagle.vibe/ggml-medium-q8_0.bin' -f short.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment