From 90eadf890a21bee1541bb930ff5add84661b39a0 Mon Sep 17 00:00:00 2001 From: kieran Date: Fri, 22 Nov 2024 13:37:55 +0000 Subject: [PATCH] fix: candle mirror url closes https://github.com/v0l/route96/issues/1 --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44ad504..b539367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -454,7 +454,7 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "candle-core" version = "0.7.2" -source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" +source = "git+https://git.v0l.io/huggingface/candle.git?tag=0.7.2#3a3c48b14b861da0d275cae44edb1b0191f83bf4" dependencies = [ "byteorder", "gemm", @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "candle-nn" version = "0.7.2" -source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" +source = "git+https://git.v0l.io/huggingface/candle.git?tag=0.7.2#3a3c48b14b861da0d275cae44edb1b0191f83bf4" dependencies = [ "candle-core", "half", @@ -488,7 +488,7 @@ dependencies = [ [[package]] name = "candle-transformers" version = "0.7.2" -source = "git+https://git.v0l.io/Kieran/candle.git#a01aa897991fbc3da2dfda568b4254f697fdd598" +source = "git+https://git.v0l.io/huggingface/candle.git?tag=0.7.2#3a3c48b14b861da0d275cae44edb1b0191f83bf4" dependencies = [ "byteorder", "candle-core", diff --git a/Cargo.toml b/Cargo.toml index 0fef59a..407bc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ clap = { version = "4.5.18", features = ["derive"] } libc = { version = "0.2.153", optional = true } ffmpeg-rs-raw = { git = "https://git.v0l.io/Kieran/ffmpeg-rs-raw.git", rev = "4c3e1dfccc46d5487110dd9de5ba672c4d32697f", 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 } +candle-core = { git = "https://git.v0l.io/huggingface/candle.git", tag = "0.7.2", optional = true } +candle-nn = { git = "https://git.v0l.io/huggingface/candle.git", tag = "0.7.2", optional = true } +candle-transformers = { git = "https://git.v0l.io/huggingface/candle.git", tag = "0.7.2", optional = true } sqlx-postgres = { version = "0.8.2", optional = true, features = ["chrono", "uuid"] } \ No newline at end of file