Skip to content

Commit

Permalink
Merge branch 'branch-24.10' into remove-shared-process-pool-terminate…
Browse files Browse the repository at this point in the history
…-test
  • Loading branch information
yczhang-nv authored Oct 2, 2024
2 parents 07ef6c6 + 0fddc65 commit 815f919
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ option(BUILD_SHARED_LIBS "Default value for whether or not to build shared or st
option(MORPHEUS_BUILD_BENCHMARKS "Whether or not to build benchmarks" OFF)
option(MORPHEUS_BUILD_DOCS "Enable building of API documentation" OFF)
option(MORPHEUS_BUILD_EXAMPLES "Whether or not to build examples" OFF)
option(MORPHEUS_BUILD_MORPHEUS_LLM "Whether or not to build morpheus_llm" OFF)
option(MORPHEUS_BUILD_MORPHEUS_LLM "Whether or not to build morpheus_llm" ON)
option(MORPHEUS_BUILD_TESTS "Whether or not to build tests" OFF)
option(MORPHEUS_ENABLE_DEBUG_INFO "Enable printing debug information" OFF)
option(MORPHEUS_PYTHON_BUILD_STUBS "Whether or not to generated .pyi stub files for C++ Python modules. Disable to avoid requiring loading the NVIDIA GPU Driver during build" ON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def _generate_frames(self, subscription: mrc.Subscription) -> typing.Iterator[Me
or not subscription.is_subscribed()):
self._processing = False
else:
logger.debug("Queue empty, sleeping ...")
time.sleep(self._sleep_time)
except Closed:
logger.error("Queue closed unexpectedly, shutting down")
Expand Down

0 comments on commit 815f919

Please sign in to comment.