From a19791c0e0c165958f5412e9851a1c8b4f88dcc5 Mon Sep 17 00:00:00 2001 From: EricLBuehler Date: Mon, 11 Mar 2024 13:04:48 -0400 Subject: [PATCH] Update deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 399aa3c..d5589b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" } -candle-nn = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" } -candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "0.4.0" } +candle-core = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" } +candle-nn = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" } +candle-transformers = { git = "https://github.com/EricLBuehler/candle.git", version = "0.4.0" } rand = "0.8.5" serde = "1.0.193" tokenizers = "0.15.0"