-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update whisper.cpp version to 1.7.1 #181
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metal feature build error Compiling whisper-rs-sys v0.11.1 (https://github.com/arizhih/whisper-rs.git?branch=whisper-cpp-1-7-x#2b550ba9)
Compiling whisper-rs v0.13.1 (https://github.com/arizhih/whisper-rs.git?branch=whisper-cpp-1-7-x#2b550ba9)
error[E0425]: cannot find function `ggml_backend_metal_log_set_callback` in crate `whisper_rs_sys`
--> ~/.cargo/git/checkouts/whisper-rs-d212cb1821134a01/2b550ba/src/standalone.rs:88:29
|
88 | whisper_rs_sys::ggml_backend_metal_log_set_callback(log_callback, user_data);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `ggml_backend_metal_set_abort_callback`
|
::: ~/test-whisper/src-tauri/target/debug/build/whisper-rs-sys-8daef9ef206c3098/out/bindings.rs:8488:5
|
8488 | / pub fn ggml_backend_metal_set_abort_callback(
8489 | | backend: ggml_backend_t,
8490 | | abort_callback: ggml_abort_callback,
8491 | | user_data: *mut ::std::os::raw::c_void,
8492 | | );
| |_____- similarly named function `ggml_backend_metal_set_abort_callback` defined here
For more information about this error, try `rustc --explain E0425`.
error: could not compile `whisper-rs` (lib) due to 1 previous error
|
arizhih
force-pushed
the
whisper-cpp-1-7-x
branch
from
October 14, 2024 14:23
dd690fd
to
4913e20
Compare
Looks like merging old PRs introduced conflicts and I don't have the time as it stands to do much more besides simple checks and merges unfortunately. |
This was
linked to
issues
Oct 21, 2024
# Conflicts: # sys/build.rs
tazz4843
approved these changes
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.