Skip to content

Commit

Permalink
Update to match new MRC function sig for AsyncioRunnable::on_data (nv…
Browse files Browse the repository at this point in the history
…-morpheus#1541)

Closes 

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Christopher Harris (https://github.com/cwharris)

URL: nv-morpheus#1541
  • Loading branch information
dagardner-nv authored Mar 1, 2024
1 parent a07f82f commit 9e9d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/_lib/llm/include/py_llm_engine_stage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class MORPHEUS_EXPORT PyLLMEngineStage

private:
mrc::coroutines::AsyncGenerator<std::shared_ptr<ControlMessage>> on_data(
std::shared_ptr<ControlMessage>&& data) override
std::shared_ptr<ControlMessage>&& data, std::shared_ptr<mrc::coroutines::Scheduler> on) override
{
auto result = co_await m_engine->run(std::move(data));

Expand Down

0 comments on commit 9e9d6d8

Please sign in to comment.