-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU Timeout Error macos x86-64 #456
Comments
Hey |
It seems the same. On my M1 Max Macbook Pro 2021 it works fine. Weird... options: { Caused by: Location: |
What if you run whisper.cpp from the source? - cd /tmp
rm -rf whisper.cpp
git clone https://github.com/ggerganov/whisper.cpp -b v1.7.3 --depth 1
cd whisper.cpp
cmake -B build . -DCMAKE_BUILD_TYPE=Release
cmake --build build --target main --config Release
wget https://github.com/thewh1teagle/vibe/raw/main/samples/short.wav
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny-q8_0.bin
reset
./build/bin/main -m ggml-tiny-q8_0.bin -f short.wav You may need to install these packages before: brew install llvm cmake |
I have the same issue on a MBP 2019 (i9). Compiling and running whisper from source as instructed works. Also: if the mlmodelc is installed that error does not occur for ggml-medium-q8_0.bin but it does occur for ggml-large-v3.bin. |
What happened?
A bug happened!
Steps to reproduce
What OS are you seeing the problem on?
MacOS 15.2 (24C101)
3.6 GHz 10-Core Intel Core i9
AMD Radeon Pro 5700 XT 16 GB
64 GB 2667 MHz DDR4
1TB SSD
Relevant log output
The text was updated successfully, but these errors were encountered: