From 22c9fff8b73ffa01702324a75acc3ad38c8a2571 Mon Sep 17 00:00:00 2001 From: jorgeantonio21 Date: Mon, 8 Apr 2024 09:24:42 +0100 Subject: [PATCH] first commit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"