graphstorm icon indicating copy to clipboard operation
graphstorm copied to clipboard

Add support for creating inference-only SageMaker pipelines

Open thvasilo opened this issue 9 months ago • 0 comments

Currently inference tasks in our SageMaker pipeline generator always get their model input path by a variable model_output_path that gets set during the creation of a training task.

We should add an optional CLI argument that allows users to provide their own path for model artifacts, which will make it possible to define inference-only pipelines with job sequences like gconstruct inference or gsprocessing dist_part inference.

thvasilo avatar Mar 11 '25 16:03 thvasilo