mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 21:12:07 +00:00
User argument should be gospel and never ignored.
This commit is contained in:
parent
2d0a7173d4
commit
885ce3354f
@ -1378,7 +1378,7 @@ fn main() -> Result<(), LauncherError> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let cuda_graphs = match (&args.cuda_graphs, &args.quantize) {
|
let cuda_graphs = match (&args.cuda_graphs, &args.quantize) {
|
||||||
(Some(cuda_graphs), Some(_q)) => cuda_graphs.clone(),
|
(Some(cuda_graphs), _) => cuda_graphs.clone(),
|
||||||
#[allow(deprecated)]
|
#[allow(deprecated)]
|
||||||
(
|
(
|
||||||
None,
|
None,
|
||||||
|
Loading…
Reference in New Issue
Block a user