Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Fix model deployment step names
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Mar 9, 2023
1 parent cde0859 commit f60be8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2-2_Local_Deployment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"model_deployer = client.active_stack.model_deployer\n",
"services = model_deployer.find_model_server(\n",
" pipeline_name=\"train_evaluate_deploy_pipeline\",\n",
" pipeline_step_name=\"mlflow_model_deployer_step\",\n",
" pipeline_step_name=\"model_deployer\",\n",
" running=True,\n",
")\n",
"service = services[0]\n",
Expand Down Expand Up @@ -294,7 +294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.0"
"version": "3.8.10"
},
"vscode": {
"interpreter": {
Expand Down
4 changes: 2 additions & 2 deletions 2-3_Inference_Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
" model_deployer = client.active_stack.model_deployer\n",
" services = model_deployer.find_model_server(\n",
" pipeline_name=\"train_evaluate_deploy_pipeline\",\n",
" pipeline_step_name=\"mlflow_model_deployer_step\",\n",
" pipeline_step_name=\"model_deployer\",\n",
" running=True,\n",
" )\n",
" service = services[0]\n",
Expand Down Expand Up @@ -257,7 +257,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.13"
"version": "3.8.10"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit f60be8a

Please sign in to comment.