We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54cbf8 commit 29be415Copy full SHA for 29be415
router/Cargo.toml
@@ -56,7 +56,9 @@ tonic = { version = "0.11.0", optional = true }
56
tonic-health = { version = "0.11.0", optional = true }
57
tonic-reflection = { version = "0.11.0", optional = true }
58
tokio-stream = { version = "0.1.14", optional = true }
59
-cudarc = { workspace = true }
+
60
+# Optional
61
+cudarc = { workspace = true, optional = true }
62
63
# Malloc trim hack for linux
64
[target.'cfg(target_os = "linux")'.dependencies]
0 commit comments