Skip to content

Commit

Permalink
Merge pull request #113 from kyutai-labs/candle-0.7.1
Browse files Browse the repository at this point in the history
Upgrade candle to 0.7.1.
  • Loading branch information
LaurentMazare authored Sep 25, 2024
2 parents 5d94128 + 0cfc5e4 commit 80b819b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "MIT/Apache-2.0"
description = "moshi, a real-time voice AI"
Expand All @@ -18,10 +18,10 @@ categories = ["science"]


[workspace.dependencies]
candle = { version = "0.7.0", package = "candle-core" }
candle-nn = "0.7.0"
candle-transformers = "0.7.0"
candle-flash-attn = "0.7.0"
candle = { version = "0.7.1", package = "candle-core" }
candle-nn = "0.7.1"
candle-transformers = "0.7.1"
candle-flash-attn = "0.7.1"

[profile.release]
debug = true
Expand Down
2 changes: 1 addition & 1 deletion rust/mimi-pyo3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ crate-type = ["cdylib"]
anyhow = "1"
numpy = "0.21.0"
pyo3 = "0.21.0"
moshi = { path = "../moshi-core", version = "0.2.2" }
moshi = { path = "../moshi-core", version = "0.2.3" }
2 changes: 1 addition & 1 deletion rust/moshi-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rcgen = "0.13.1"
http = "1.1.0"
lazy_static = "1.5.0"
log = "0.4.20"
moshi = { path = "../moshi-core", version = "0.2.2" }
moshi = { path = "../moshi-core", version = "0.2.3" }
ogg = { version = "0.9.1", features = ["async"] }
opus = "0.3.0"
rand = { version = "0.8.5", features = ["getrandom"] }
Expand Down

0 comments on commit 80b819b

Please sign in to comment.