We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c134f66 commit 464ebe3Copy full SHA for 464ebe3
src/guidellm/scheduler/scheduler.py
@@ -251,6 +251,7 @@ async def _start_processes(
251
scheduling_strategy.processes_limit,
252
scheduling_strategy.processing_requests_limit,
253
)
254
+ num_processes = 1
255
requests_limit_split = (
256
scheduling_strategy.processing_requests_limit
257
// scheduling_strategy.processes_limit
@@ -275,6 +276,7 @@ async def _start_processes(
275
276
loop.run_in_executor(
277
executor,
278
self.worker.run_process,
279
+ scheduling_strategy.processing_mode,
280
requests_queue,
281
responses_queue,
282
shutdown_event,
0 commit comments