From 15fd199ff0cca6f384df7d42c41a1610e83aa1e9 Mon Sep 17 00:00:00 2001 From: kieran Date: Tue, 15 Oct 2024 12:46:02 +0100 Subject: [PATCH] fix: use candle mirror --- Cargo.lock | 12 ++++++------ Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e10e723..7134498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,8 +459,8 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "candle-core" -version = "0.6.1" -source = "git+https://github.com/huggingface/candle.git#c02b7c327297f25fc9cc60b8f39c9aa32e40ff21" +version = "0.7.2" +source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" dependencies = [ "byteorder", "gemm", @@ -479,8 +479,8 @@ dependencies = [ [[package]] name = "candle-nn" -version = "0.6.1" -source = "git+https://github.com/huggingface/candle.git#c02b7c327297f25fc9cc60b8f39c9aa32e40ff21" +version = "0.7.2" +source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" dependencies = [ "candle-core", "half", @@ -493,8 +493,8 @@ dependencies = [ [[package]] name = "candle-transformers" -version = "0.6.1" -source = "git+https://github.com/huggingface/candle.git#c02b7c327297f25fc9cc60b8f39c9aa32e40ff21" +version = "0.7.2" +source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" dependencies = [ "byteorder", "candle-core", diff --git a/Cargo.toml b/Cargo.toml index b5a47a2..ce32263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,9 +47,9 @@ reqwest = "0.12.8" libc = { version = "0.2.153", optional = true } blurhash = { version = "0.2.1", optional = true } ffmpeg-sys-the-third = { version = "2.0.0", features = ["default"], optional = true } -candle-core = { git = "https://github.com/huggingface/candle.git", version = "^0.6.1", optional = true } -candle-nn = { git = "https://github.com/huggingface/candle.git", version = "^0.6.1", optional = true } -candle-transformers = { git = "https://github.com/huggingface/candle.git", version = "^0.6.1", optional = true } +candle-core = { git = "https://git.v0l.io/Kieran/candle.git", version = "^0.7.2", optional = true } +candle-nn = { git = "https://git.v0l.io/Kieran/candle.git", version = "^0.7.2", optional = true } +candle-transformers = { git = "https://git.v0l.io/Kieran/candle.git", version = "^0.7.2", optional = true } clap = { version = "4.5.18", features = ["derive"], optional = true } sqlx-postgres = { version = "0.8.2", optional = true, features = ["chrono", "uuid"] } clap_derive = { version = "4.5.18", optional = true } \ No newline at end of file