diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-29 14:14:26 +0200 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-08-29 14:14:26 +0200 |
commit | 4ed202447e1d1a3667d23306e47a08a5b3429c97 (patch) | |
tree | c4fbdf73976e1d3b62587553bcc703436f9a66ea /Cargo.toml | |
parent | 1d6bff53fcf500f452d0de412ff643e315db6779 (diff) | |
download | candle-4ed202447e1d1a3667d23306e47a08a5b3429c97.tar.gz candle-4ed202447e1d1a3667d23306e47a08a5b3429c97.tar.bz2 candle-4ed202447e1d1a3667d23306e47a08a5b3429c97.zip |
Upgrading hf-hub.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |