Skip to content

Commit

Permalink
fix candle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed May 9, 2024
1 parent b43d67b commit 98fd460
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ debug = true
hf-hub = "0.3.0"
tracing-subscriber = "0.3.7"
tracing-chrome = "0.7.1"
candle-examples = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
candle-examples = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
tokenizers = { version = "0.19.1", default-features = false }
candle-metal-kernels = { git = "https://github.com/huggingface/candle.git", version = "0.5.1", optional = true }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
candle-metal-kernels = { git = "https://github.com/huggingface/candle.git", version = "0.5.0", optional = true }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
metal = { version = "0.27.0", features = ["mps"], optional = true }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
image = { version = "0.24.7", default-features = false, features = [
"jpeg",
"png",
Expand Down Expand Up @@ -68,7 +68,7 @@ scte35-reader = "0.15.0"
h264-reader = "0.7.0"
hex-slice = "0.1.4"
bincode = "1.3.3"
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
ndi-sdk-rsllm = { git = "https://github.com/groovybits/rust-ndi.git", version = "0.1.2", optional = true }
rand = { version = "0.8.5", features = ["small_rng"] }
uuid = { version = "1.7.0", features = ["v4"] }
Expand Down

0 comments on commit 98fd460

Please sign in to comment.