summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2025-01-08 15:10:23 +0100
committerGitHub <noreply@github.com>2025-01-08 15:10:23 +0100
commit32defdb7d5c30b22f22e65a5af20b4558d626ec1 (patch)
tree77bdbf57fdb77109a85615877fbadccdc3e91007
parent236c35e5789723efe772f41920f3ac071bdff24d (diff)
downloadcandle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.tar.gz
candle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.tar.bz2
candle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.zip
Update cudarc. (#2708)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8fe52e9..c551d65e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.8.2" }
candle-transformers = { path = "./candle-transformers", version = "0.8.2" }
clap = { version = "4.2.4", features = ["derive"] }
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 }
+cudarc = { version = "0.13.0", 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.4.1"