diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-07-28 07:03:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 07:03:30 +0100 |
commit | 0b97987b2113b4ccbacee942b9de746ded035feb (patch) | |
tree | 9eacde1a20b627cd468c22d10bce70593412a961 /Cargo.toml | |
parent | f291065f6cac82827a47a736ebf78e4fc9c7c569 (diff) | |
parent | ca479a873eeebb21cdef1e2a95d11fea742390f4 (diff) | |
download | candle-0b97987b2113b4ccbacee942b9de746ded035feb.tar.gz candle-0b97987b2113b4ccbacee942b9de746ded035feb.tar.bz2 candle-0b97987b2113b4ccbacee942b9de746ded035feb.zip |
Merge pull request #261 from LaurentMazare/upgrade_hf_hub
Upgrading hf-hub to `0.2.0` (Modified API to not pass the Repo around all the time)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ clap = { version = "4.2.4", features = ["derive"] } cudarc = { git = "https://github.com/LaurentMazare/cudarc.git", branch = "cublas-bf16", features = ["f16"] } # TODO: Switch back to the official gemm implementation if we manage to upstream the changes. gemm = { git = "https://github.com/LaurentMazare/gemm.git" } -hf-hub = "0.1.3" +hf-hub = "0.2.0" half = { version = "2.3.1", features = ["num-traits", "rand_distr"] } intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } libc = { version = "0.2.147" } |