Skip to content

Commit

Permalink
updated llama and whisper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Feb 1, 2024
1 parent 9164ecc commit a6d6cd0
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 52 deletions.
111 changes: 65 additions & 46 deletions Cargo.lock

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

8 changes: 2 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ toml_edit = "0.21.0"
tracing = "0.1.40"
uuid = "1.6.1"
utoipa = { version = "4", features = ["yaml"] }
llama_cpp = { git = "https://github.com/edgenai/llama_cpp-rs", branch = "build-overhaul" }
whisper_cpp = { git = "https://github.com/edgenai/whisper_cpp-rs", branch = "build-overhaul" }
llama_cpp = { git = "https://github.com/edgenai/llama_cpp-rs", branch = "main" }
whisper_cpp = { git = "https://github.com/edgenai/whisper_cpp-rs", branch = "main" }
tauri = { version = "1.5.4", features = [] }

[patch.crates-io]
llama_cpp = { git = "https://github.com/edgenai/llama_cpp-rs", branch = "build-overhaul" }
llama_cpp_sys = { git = "https://github.com/edgenai/llama_cpp-rs", branch = "build-overhaul" }

0 comments on commit a6d6cd0

Please sign in to comment.