From 24d43c487ed4a90177ac8689064c09e522790c03 Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:49:39 +0200 Subject: [PATCH] fix typo --- launcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.rs b/launcher/src/main.rs index be2426ee..32c6da83 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -1385,7 +1385,7 @@ fn main() -> Result<(), LauncherError> { tracing::info!("Bitsandbytes doesn't work with cuda graphs, deactivating them"); vec![] } - _ => { + (None, _) => { let cuda_graphs = vec![1, 2, 4, 8, 16, 32]; tracing::info!("Using default cuda graphs {cuda_graphs:?}"); cuda_graphs