diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-12-31 19:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 19:07:47 +0100 |
commit | b12c7c2888c49e7f133bb2dc29f8fdbb04a37e10 (patch) | |
tree | 4d136b048eaec490041967f8e1343c919d552f1a /Cargo.toml | |
parent | 94ffc2ec6f02e9fa067ee883957e10e902716f59 (diff) | |
download | candle-b12c7c2888c49e7f133bb2dc29f8fdbb04a37e10.tar.gz candle-b12c7c2888c49e7f133bb2dc29f8fdbb04a37e10.tar.bz2 candle-b12c7c2888c49e7f133bb2dc29f8fdbb04a37e10.zip |
Update the hf-hub dependency to 0.4.0. (#2691)
* Update the hf-hub dependency to 0.4.0.
* Fix the book.
* Use 0.4.1.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ criterion = { version = "0.5.1", default-features=false } cudarc = { version = "0.12.1", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false } fancy-regex = "0.13.0" gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] } -hf-hub = { version = "0.3.3", package = "candle-hf-hub" } +hf-hub = "0.4.1" half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] } hound = "3.5.1" image = { version = "0.25.2", default-features = false, features = ["jpeg", "png"] } |