Skip to content

Commit

Permalink
Merge pull request #16 from daniels290813/fix_mm_creds
Browse files Browse the repository at this point in the history
05 fix mm creds
  • Loading branch information
daniels290813 authored Dec 31, 2024
2 parents d45ca14 + 997d662 commit b889f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05-real-time-serving-pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"\n",
"# Enable model monitoring\n",
"serving_fn.set_tracking()\n",
"project.set_model_monitoring_credentials(None, \"v3io\", \"v3io\", \"v3io\")\n",
"project.set_model_monitoring_credentials(None, \"v3io\", \"v3io\")\n",
"\n",
"# Deploy the serving function\n",
"serving_fn.deploy()"
Expand Down

0 comments on commit b889f7f

Please sign in to comment.