Skip to content

Commit

Permalink
Add output redirection through InferrerStep setter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasmaiot committed Feb 5, 2021
1 parent d8b4a9a commit 9349e71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zenml/core/components/bulk_inferrer/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def _run_model_inference(
for split, example_uri in example_uris.items():
output_examples_split_uri = artifact_utils.get_split_uri(
[output_examples], split)
inferrer_step.set_output_uri(output_examples_split_uri)
logging.info('Path of output examples split `%s` is %s.',
split, output_examples_split_uri)
_ = (
Expand Down

0 comments on commit 9349e71

Please sign in to comment.