summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-10-26 11:25:04 +0200
committerGitHub <noreply@github.com>2024-10-26 11:25:04 +0200
commit3699c1a053c2789775837552b2eec37afd436c7d (patch)
tree8647146fbbfdb89c14c0ea1df98b0cf23f97c189 /Cargo.toml
parenta2e9d41b2062be5b45c84d24fe2bf4527ec27cee (diff)
downloadcandle-3699c1a053c2789775837552b2eec37afd436c7d.tar.gz
candle-3699c1a053c2789775837552b2eec37afd436c7d.tar.bz2
candle-3699c1a053c2789775837552b2eec37afd436c7d.zip
Fix the repo name for llama 3.1. (#2576)
* Fix the repo name for llama 3.1. * Fix the book.
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 d6cf1861..bd6e1a85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = "0.3.0"
+hf-hub = { version = "0.3.3", package = "candle-hf-hub" }
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"] }