fix: include clippy lint

This commit is contained in:
drbh 2025-01-22 18:38:07 +00:00
parent a0ab962b6d
commit cf5c66043e

View File

@ -321,7 +321,7 @@ impl Config {
} }
// model has a vision config but is not supported for flops calculation // model has a vision config but is not supported for flops calculation
// we return None to avoid overestimating the memory requirements // we return None to avoid overestimating the memory requirements
_ => return None, _ => None,
} }
} }