We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03af3c3 commit afd4f32Copy full SHA for afd4f32
1 file changed
Cargo.toml
@@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.8.4" }
43
candle-transformers = { path = "./candle-transformers", version = "0.8.4" }
44
clap = { version = "4.2.4", features = ["derive"] }
45
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 }
+cudarc = { version = "0.12", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
47
fancy-regex = "0.13.0"
48
gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] }
49
hf-hub = "0.4.1"
0 commit comments