From 5216ce17c4461591b29fe4a39f3c361d8b7395c4 Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Mon, 18 Nov 2024 10:12:10 +0100 Subject: [PATCH] Fix the URL + name of the inference-server --- ml-models/anomaly-detection/6-test-request.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ml-models/anomaly-detection/6-test-request.ipynb b/ml-models/anomaly-detection/6-test-request.ipynb index 9cb396a..9e87da1 100644 --- a/ml-models/anomaly-detection/6-test-request.ipynb +++ b/ml-models/anomaly-detection/6-test-request.ipynb @@ -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'" ] },