Skip to content

Commit

Permalink
use mojo on mlops deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hersonoliveira committed Mar 28, 2024
1 parent 30c8d3f commit dbe1024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 1 H2O AI Cloud: Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@
"outputs": [],
"source": [
"mlops_scoring_runtime = mlops.runtimes.scoring.list(\n",
" artifact_type=mlops_churn_model.get_experiment().scoring_artifact_types[0],\n",
" uid=\"python-scorer_dai_pipelines_1107\",\n",
" artifact_type=mlops_churn_model.get_experiment().scoring_artifact_types[1],\n",
" uid=\"dai_mojo_runtime\",\n",
")[0]"
]
},
Expand Down
4 changes: 2 additions & 2 deletions 5 MLOps: Model Deployments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@
"outputs": [],
"source": [
"runtime = mlops.runtimes.scoring.list(\n",
" artifact_type=model.get_experiment().scoring_artifact_types[0],\n",
" uid=\"python-scorer_dai_pipelines_1107\",\n",
" artifact_type=model.get_experiment().scoring_artifact_types[1],\n",
" uid=\"dai_mojo_runtime\",\n",
")[0]"
]
},
Expand Down

0 comments on commit dbe1024

Please sign in to comment.