Skip to content

Commit ad81a81

Browse files
author
Mohamed Zeidan
committed
updated notebook to reflect util file path
1 parent f25c3bb commit ad81a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/inference/SDK/inference-jumpstart-e2e.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"outputs": [],
5656
"source": [
5757
"# Import the helper module\n",
58-
"from jumpstart_public_hub_visualization_utils import get_all_public_hub_model_data\n",
58+
"from sagemaker.hyperpod.inference.jumpstart_public_hub_visualization_utils import get_all_public_hub_model_data\n",
5959
"\n",
6060
"# Load and display SageMaker public hub models\n",
6161
"get_all_public_hub_model_data(region=\"us-east-2\")"
@@ -287,7 +287,7 @@
287287
"name": "python",
288288
"nbconvert_exporter": "python",
289289
"pygments_lexer": "ipython3",
290-
"version": "3.12.2"
290+
"version": "3.10.18"
291291
}
292292
},
293293
"nbformat": 4,

0 commit comments

Comments
 (0)