summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-29 14:14:26 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-29 14:14:26 +0200
commit4ed202447e1d1a3667d23306e47a08a5b3429c97 (patch)
treec4fbdf73976e1d3b62587553bcc703436f9a66ea /Cargo.toml
parent1d6bff53fcf500f452d0de412ff643e315db6779 (diff)
downloadcandle-4ed202447e1d1a3667d23306e47a08a5b3429c97.tar.gz
candle-4ed202447e1d1a3667d23306e47a08a5b3429c97.tar.bz2
candle-4ed202447e1d1a3667d23306e47a08a5b3429c97.zip
Upgrading hf-hub.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f60bde8c..dc48ccd8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ clap = { version = "4.2.4", features = ["derive"] }
cudarc = { version = "0.9.14", features = ["f16"] }
# TODO: Switch back to the official gemm implementation once it has caught up.
gemm = { version = "0.15.6", package = "candle-gemm" }
-hf-hub = "0.2.0"
+hf-hub = "0.3.0"
half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] }
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png"] }
imageproc = { version = "0.23.0", default-features = false }