update to cudarc to v0.13.5 to support cuda 12.8 (#2771)

Co-authored-by: Michael McCulloch <michael.james.mcculloch@fastmail.com>
This commit is contained in:
Michael McCulloch
2025-02-15 07:47:23 -07:00
committed by GitHub
parent 2423d633fc
commit 3ddd20a5aa

View File

@ -43,7 +43,7 @@ candle-onnx = { path = "./candle-onnx", version = "0.8.2" }
candle-transformers = { path = "./candle-transformers", version = "0.8.2" }
clap = { version = "4.2.4", features = ["derive"] }
criterion = { version = "0.5.1", default-features=false }
cudarc = { version = "0.13.0", features = ["std", "cublas", "cublaslt", "curand", "driver", "nvrtc", "f16", "cuda-version-from-build-system", "dynamic-linking"], default-features=false }
cudarc = { version = "0.13.5", 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.4.1"