summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 17:12:14 +0200
committerGitHub <noreply@github.com>2024-05-06 17:12:14 +0200
commit82b641fd2752e3b14db6a9c91faef70e3329f3b5 (patch)
tree506c4a8bf660e1da420cbf77ef808d19c9769151 /Cargo.toml
parent01794dc16ef8d896933d61e9bd9b8a981cd51930 (diff)
downloadcandle-82b641fd2752e3b14db6a9c91faef70e3329f3b5.tar.gz
candle-82b641fd2752e3b14db6a9c91faef70e3329f3b5.tar.bz2
candle-82b641fd2752e3b14db6a9c91faef70e3329f3b5.zip
Update cudarc requirement from 0.10.0 to 0.11.0 (#2165)
* Update cudarc requirement from 0.10.0 to 0.11.0 Updates the requirements on [cudarc](https://github.com/coreylowman/cudarc) to permit the latest version. - [Release notes](https://github.com/coreylowman/cudarc/releases) - [Commits](https://github.com/coreylowman/cudarc/compare/v0.10.0...v0.10.0) --- updated-dependencies: - dependency-name: cudarc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Use the default cuda version. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: laurent <laurent.mazare@gmail.com>
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 7785a0b9..5fb3b95b 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.10.0", features = ["f16"] }
+cudarc = { version = "0.11.0", features = ["f16", "cuda-version-from-build-system"] }
fancy-regex = "0.13.0"
gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] }
hf-hub = "0.3.0"