Skip to content

Commit

Permalink
update whisper.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Oct 5, 2024
1 parent b18e581 commit c4c545e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ path = "src/lib.rs"

[dependencies]

whisper-rs = { git = "https://github.com/thewh1teagle/whisper-rs.git", branch = "v1.6.3-beta.0", features = [
whisper-rs = { git = "https://github.com/thewh1teagle/whisper-rs.git", branch = "v1.6.3-beta.1", features = [
"whisper-cpp-tracing",
] }
clap = { version = "4.4.13", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./gen/schemas/desktop-schema.json",
"productName": "vibe",
"version": "2.6.0",
"version": "2.6.1",
"identifier": "github.com.thewh1teagle.vibe",
"app": {
"windows": [],
Expand Down

0 comments on commit c4c545e

Please sign in to comment.