Skip to content

Pipelines for both training and inference requests #1579

Answered by efajardo-nv
nuxwin asked this question in Morpheus
Discussion options

You must be logged in to vote

@nuxwin Yes, Morpheus allows you to fork your pipeline where you can then use control messages to control message flow across the parallel branches. This is done in the Modular DFP Pipeline Example where we use a Broadcast node to fork the pipeline into parallel branches for Training and Inference. The Control Message Filter module is used to filter message flow across each branch based on task type. In your case, you would filter on data type.

If you choose to build your pipeline using stages instead of modules, you can use a split stage as done here to fork your pipeline.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nuxwin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants