-
-
Notifications
You must be signed in to change notification settings - Fork 80
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 x86 macos #439
Comments
Hey |
I can try to fix it in Vibe, but I don't have macOS x86 to test it. If I create a fix, can you test it? |
yea for sure |
this is my device: mac mini 2018 3.6 GHz Quad-Core Intel Core i3 Intel UHD Graphics 630 1536 MB I'm here if you need help for testing. |
What happened? Steps to reproduce Relevant log output options: { Caused by: Location: CPU feature detection is not supported on this architecture. logs |
@thewh1teagle Could you give me a beginner ready simple instruction to import Whisper.cpp? |
cd /tmp
wget https://github.com/thewh1teagle/vibe/raw/main/samples/single.wav -O single.wav
wget https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-tiny.bin -O ggml-tiny.bin
wget https://github.com/thewh1teagle/vibe/releases/download/v2.6.9/whisper-rs -O whisper-rs
chmod +x ./whisper-rs
reset
./whisper-rs ggml-tiny.bin single.wav
Note: you can safely do it I compiled myself the binary and it's hosted on this repository. |
dyld[9810]: Library not loaded: @rpath/libwhisper.1.dylib |
I had mistake in the instructions. try to close the terminal and open again then paste the new command (edited) |
@thewh1teagle whisper_init_from_file_with_params_no_state: loading model from 'ggml-tiny-q8_0.bin' |
The error still not relevant, I edited the commands again |
@thewh1teagle |
Very strange. you can try take the last line from the commands, omit |
What happened?
A bug happened!
Steps to reproduce
What OS are you seeing the problem on?
MacOS
Relevant log output
The text was updated successfully, but these errors were encountered: