Skip to content

Commit

Permalink
remove pe_count option
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhang-nv committed Feb 6, 2025
1 parent fe6e8a7 commit 2292206
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/morpheus/morpheus/stages/general/monitor_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2292206

Please sign in to comment.