File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // Copyright 2021-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ // Copyright 2021-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22//
33// Redistribution and use in source and binary forms, with or without
44// modification, are permitted provided that the following conditions
Original file line number Diff line number Diff line change 1- // Copyright 2021-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+ // Copyright 2021-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22//
33// Redistribution and use in source and binary forms, with or without
44// modification, are permitted provided that the following conditions
Original file line number Diff line number Diff line change @@ -64,8 +64,7 @@ StubLauncher::Initialize(ModelState* model_state)
6464 shm_growth_byte_size_ = model_state->StateForBackend ()->shm_growth_byte_size ;
6565 shm_message_queue_size_ =
6666 model_state->StateForBackend ()->shm_message_queue_size ;
67- stub_timeout_seconds_ =
68- model_state->StateForBackend ()->stub_timeout_seconds ;
67+ stub_timeout_seconds_ = model_state->StateForBackend ()->stub_timeout_seconds ;
6968 python_execution_env_ = model_state->PythonExecutionEnv ();
7069 python_lib_ = model_state->StateForBackend ()->python_lib ;
7170 model_state->ModelConfig ().Write (&model_config_buffer_);
You can’t perform that action at this time.
0 commit comments