User argument should be gospel and never ignored.

This commit is contained in:
Nicolas Patry 2024-04-19 16:47:08 +02:00
parent 2d0a7173d4
commit 885ce3354f
1 changed files with 1 additions and 1 deletions

View File

@ -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,