Skip to content

Commit 8045af9

Browse files
authored
Add CUDA 13 support (#3078)
Update cudarc to v0.17.3 which has support for CUDA 13.
1 parent b1dbce0 commit 8045af9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ candle-onnx = { path = "./candle-onnx", version = "0.9.1" }
4343
candle-transformers = { path = "./candle-transformers", version = "0.9.1" }
4444
clap = { version = "4.2.4", features = ["derive"] }
4545
criterion = { version = "0.5.1", default-features = false }
46-
cudarc = { version = "0.16.3", features = [
46+
cudarc = { version = "0.17.3", features = [
4747
"std",
4848
"cublas",
4949
"cublaslt",
5050
"curand",
5151
"driver",
5252
"nvrtc",
5353
"f16",
54+
"f8",
5455
"cuda-version-from-build-system",
5556
"dynamic-linking",
5657
], default-features = false }
@@ -62,7 +63,7 @@ half = { version = "2.5.0", features = [
6263
"use-intrinsics",
6364
"rand_distr",
6465
] }
65-
float8 = { git = "https://github.com/zackangelo/float8", branch = "cudarc_0_16", features = [
66+
float8 = { version = "0.4.2", features = [
6667
"num-traits",
6768
"rand_distr",
6869
] }

0 commit comments

Comments
 (0)