diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2025-01-08 15:10:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-08 15:10:23 +0100 |
commit | 32defdb7d5c30b22f22e65a5af20b4558d626ec1 (patch) | |
tree | 77bdbf57fdb77109a85615877fbadccdc3e91007 | |
parent | 236c35e5789723efe772f41920f3ac071bdff24d (diff) | |
download | candle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.tar.gz candle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.tar.bz2 candle-32defdb7d5c30b22f22e65a5af20b4558d626ec1.zip |
Update cudarc. (#2708)
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |