summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-05-29 18:50:52 +0200
committerGitHub <noreply@github.com>2024-05-29 18:50:52 +0200
commitf3fade3b03d8ce9e832c8ed57be8dfee74b8822a (patch)
treec0a74a9205a6e98eae75eee706cca713e6384ed4 /Cargo.toml
parentea260aeffdf97d0231cdb5cf6d31d33adfc4d4b0 (diff)
downloadcandle-f3fade3b03d8ce9e832c8ed57be8dfee74b8822a.tar.gz
candle-f3fade3b03d8ce9e832c8ed57be8dfee74b8822a.tar.bz2
candle-f3fade3b03d8ce9e832c8ed57be8dfee74b8822a.zip
Update cudarc to 0.11.2. (#2227)
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 0835efda..e5ad1abb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.5.1" }
candle-transformers = { path = "./candle-transformers", version = "0.5.1" }
clap = { version = "4.2.4", features = ["derive"] }
criterion = { version = "0.5.1", default-features=false }
-cudarc = { version = "0.11.1", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
+cudarc = { version = "0.11.2", 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"