mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-07-30 11:50:19 +00:00
fix: include clippy lint
This commit is contained in:
parent
a0ab962b6d
commit
cf5c66043e
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user