We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c3bb commit ad81a81Copy full SHA for ad81a81
examples/inference/SDK/inference-jumpstart-e2e.ipynb
@@ -55,7 +55,7 @@
55
"outputs": [],
56
"source": [
57
"# Import the helper module\n",
58
- "from jumpstart_public_hub_visualization_utils import get_all_public_hub_model_data\n",
+ "from sagemaker.hyperpod.inference.jumpstart_public_hub_visualization_utils import get_all_public_hub_model_data\n",
59
"\n",
60
"# Load and display SageMaker public hub models\n",
61
"get_all_public_hub_model_data(region=\"us-east-2\")"
@@ -287,7 +287,7 @@
287
"name": "python",
288
"nbconvert_exporter": "python",
289
"pygments_lexer": "ipython3",
290
- "version": "3.12.2"
+ "version": "3.10.18"
291
}
292
},
293
"nbformat": 4,
0 commit comments