From ace4cac3c872aa4af29cbfa575c17c02313faf84 Mon Sep 17 00:00:00 2001 From: Yuchen Zhang <134643420+yczhang-nv@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:38:15 -0800 Subject: [PATCH] remove pe_count option --- python/morpheus/morpheus/stages/general/monitor_stage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/morpheus/morpheus/stages/general/monitor_stage.py b/python/morpheus/morpheus/stages/general/monitor_stage.py index 0794c5ec3..492fa38ef 100644 --- a/python/morpheus/morpheus/stages/general/monitor_stage.py +++ b/python/morpheus/morpheus/stages/general/monitor_stage.py @@ -150,8 +150,6 @@ def _build_single(self, builder: mrc.Builder, input_node: mrc.SegmentObject) -> self._mc._font_style, self._mc._determine_count_fn) - node.launch_options.pe_count = self._config.num_threads - else: # Use a component so we track progress using the upstream progress engine. This will provide more accurate # results