mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
(launcher) default new server::run parameters to false for now
This commit is contained in:
parent
25b20cba2a
commit
a3f7d76f7b
@ -159,7 +159,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
|
||||
true,
|
||||
max_client_batch_size,
|
||||
false,
|
||||
false,
|
||||
false
|
||||
)
|
||||
.await?;
|
||||
Ok(())
|
||||
|
Loading…
Reference in New Issue
Block a user