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 5b07e34 commit f49ac41Copy full SHA for f49ac41
src/guidellm/scheduler/worker_group.py
@@ -232,7 +232,7 @@ async def create_processes(self):
232
worker_index=rank,
233
max_buffer_send_size=None,
234
max_buffer_receive_size=per_proc_max_buffer_size,
235
- ),
+ ), # The non-group worker lacks the SchedulerState type. Type err.
236
backend=self.backend,
237
strategy=self.strategy,
238
async_limit=async_limit,
0 commit comments