mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-07-31 12:20:23 +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
|
// 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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user