Skip to content

Commit

Permalink
fix build 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kennedy committed May 9, 2024
1 parent 7a39308 commit b43d67b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "LICENSE"
homepage = "https://github.com/groovybits/rsllm/wiki"
repository = "https://github.com/groovybits/rsllm"
authors = ["Chris Kennedy"]
version = "0.6.1"
version = "0.6.2"
edition = "2021"

[lib]
Expand All @@ -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.4.1" }
tokenizers = { version = "0.15.0", default-features = false }
candle-metal-kernels = { git = "https://github.com/huggingface/candle.git", version = "0.4.1", optional = true }
candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.4.1" }
candle-examples = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
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" }
metal = { version = "0.27.0", features = ["mps"], optional = true }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.4.1" }
candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
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.4.1" }
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.1" }
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 b43d67b

Please sign in to comment.