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) {
|
||||
(Some(cuda_graphs), Some(_q)) => cuda_graphs.clone(),
|
||||
(Some(cuda_graphs), _) => cuda_graphs.clone(),
|
||||
#[allow(deprecated)]
|
||||
(
|
||||
None,
|
||||
|
|
Loading…
Reference in New Issue