(launcher) default new server::run parameters to false for now

This commit is contained in:
Morgan Funtowicz 2024-07-31 09:06:52 +00:00 committed by Morgan Funtowicz
parent 25b20cba2a
commit a3f7d76f7b

View File

@ -159,7 +159,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
true,
max_client_batch_size,
false,
false,
false
)
.await?;
Ok(())