From d74fbed3341f875fa81112e2f59565c464cd59d8 Mon Sep 17 00:00:00 2001 From: Josh Collyer <43321180+br0kej@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:29:08 +0100 Subject: [PATCH] Pinning cudarc to 0.11.6 (#2332) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 810cb51ae..bdd3c2801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.6.0" } candle-transformers = { path = "./candle-transformers", version = "0.6.0" } clap = { version = "4.2.4", features = ["derive"] } criterion = { version = "0.5.1", default-features=false } -cudarc = { version = "0.11.4", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false } +cudarc = { version = "=0.11.6", 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"