Fix bad rebase

This commit is contained in:
Nicolas Patry 2024-10-25 07:14:41 +02:00
parent b4b6322ede
commit 4463856cc7
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -295,7 +295,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
None,
true,
max_client_batch_size,
UsageStatsLevel::Off,
usage_stats,
)
.await?;
Ok(())