Skip to content

Commit

Permalink
use custom whisper.cpp with correct timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 31, 2024
1 parent e9a7276 commit a68a7bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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/tazz4843/whisper-rs.git", rev = "f1030ef", features = [
whisper-rs = { git = "https://github.com/thewh1teagle/whisper-rs.git", branch = "v1.6.2", features = [
"whisper-cpp-tracing",
] }
clap = { version = "4.4.13", features = ["derive"] }
Expand Down
Binary file modified desktop/bun.lockb
Binary file not shown.

0 comments on commit a68a7bf

Please sign in to comment.