diff --git a/Cargo.toml b/Cargo.toml index 7275ed0f..c97099f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,10 +16,10 @@ version = "0.1.0" [workspace.dependencies] reqwest = "0.12.1" async-trait = "0.1.78" -candle = { git = "https://github.com/huggingface/candle", package = "candle-core", branch = "main" } -candle-flash-attn = { git = "https://github.com/huggingface/candle", package = "candle-flash-attn", branch = "main" } -candle-nn = { git = "https://github.com/huggingface/candle", package = "candle-nn", branch = "main" } -candle-transformers = { git = "https://github.com/huggingface/candle", package = "candle-transformers", branch = "main" } +candle = { git = "https://github.com/huggingface/candle", package = "candle-core", version = "0.5.0" } +candle-flash-attn = { git = "https://github.com/huggingface/candle", package = "candle-flash-attn", version = "0.5.0" } +candle-nn = { git = "https://github.com/huggingface/candle", package = "candle-nn", version = "0.5.0" } +candle-transformers = { git = "https://github.com/huggingface/candle", package = "candle-transformers", version = "0.5.0" } config = "0.14.0" dotenv = "0.15.0" ed25519-consensus = "2.1.0"