diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 6cbdb1d6..7326fd95 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -321,7 +321,7 @@ impl Config { } // model has a vision config but is not supported for flops calculation // we return None to avoid overestimating the memory requirements - _ => return None, + _ => None, } }