Skip to content

Commit 29be415

Browse files
committed
Cudarc is optional.
1 parent f54cbf8 commit 29be415

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

router/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ tonic = { version = "0.11.0", optional = true }
5656
tonic-health = { version = "0.11.0", optional = true }
5757
tonic-reflection = { version = "0.11.0", optional = true }
5858
tokio-stream = { version = "0.1.14", optional = true }
59-
cudarc = { workspace = true }
59+
60+
# Optional
61+
cudarc = { workspace = true, optional = true }
6062

6163
# Malloc trim hack for linux
6264
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)