Skip to content

Commit afd4f32

Browse files
authored
Use cudarc version 0.12.x
1 parent 03af3c3 commit afd4f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.8.4" }
4343
candle-transformers = { path = "./candle-transformers", version = "0.8.4" }
4444
clap = { version = "4.2.4", features = ["derive"] }
4545
criterion = { version = "0.5.1", default-features=false }
46-
cudarc = { version = "0.13.5", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
46+
cudarc = { version = "0.12", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
4747
fancy-regex = "0.13.0"
4848
gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] }
4949
hf-hub = "0.4.1"

0 commit comments

Comments
 (0)