Skip to content

Commit

Permalink
Fix the URL + name of the inference-server
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Nov 18, 2024
1 parent d63b570 commit 5216ce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml-models/anomaly-detection/6-test-request.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"metadata": {},
"outputs": [],
"source": [
"model_name = 'anomaly-detection'\n",
"endpoint = 'http://modelmesh-serving.odh-applications:8008'\n",
"model_name = 'inference-service'\n",
"endpoint = 'http://modelmesh-serving.manuela-tst-all:8008'\n",
"prediction_url = f'{endpoint}/v2/models/{model_name}/infer'"
]
},
Expand Down

0 comments on commit 5216ce1

Please sign in to comment.