From 84328e2b607793b185148fa32489616c4bb7c749 Mon Sep 17 00:00:00 2001 From: Sidharth Rajaram Date: Wed, 8 May 2024 11:40:36 -0700 Subject: Update cudarc requirement from 0.11.0 to 0.11.1 (#2174) * Upgrading cudarc dependency from v0.11.0 to v0.11.1 due to that version having resolved a compile-time bug. See: https://github.com/huggingface/candle/issues/2173 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5fb3b95b..bdafbf45 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.0", features = ["f16", "cuda-version-from-build-system"] } +cudarc = { version = "0.11.1", 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" -- cgit v1.2.3