summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-07-28 07:03:30 +0100
committerGitHub <noreply@github.com>2023-07-28 07:03:30 +0100
commit0b97987b2113b4ccbacee942b9de746ded035feb (patch)
tree9eacde1a20b627cd468c22d10bce70593412a961 /Cargo.toml
parentf291065f6cac82827a47a736ebf78e4fc9c7c569 (diff)
parentca479a873eeebb21cdef1e2a95d11fea742390f4 (diff)
downloadcandle-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0dec835b..05c6240b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }