diff --git a/inference/nlp/realtime/byoc/multi_model_catboost.ipynb b/inference/nlp/realtime/byoc/multi_model_catboost.ipynb index 12677e2c2a..bf60ff2616 100644 --- a/inference/nlp/realtime/byoc/multi_model_catboost.ipynb +++ b/inference/nlp/realtime/byoc/multi_model_catboost.ipynb @@ -112,7 +112,8 @@ "import json\n", "\n", "out = model_file.predict_proba(df)\n", - "print(out)" + "print(out)\n", + "print(\"test\")" ] }, { @@ -232,10 +233,10 @@ "source": [ "The container folder in this example contains 3 files:\n", "```\n", - "\u251c\u2500\u2500 container\n", - "\u2502 \u251c\u2500\u2500 dockerd-entrypoint.py\n", - "\u2502 \u251c\u2500\u2500 Dockerfile\n", - "\u2502 \u2514\u2500\u2500 model_handler.py\n", + "├── container\n", + "│ ├── dockerd-entrypoint.py\n", + "│ ├── Dockerfile\n", + "│ └── model_handler.py\n", "```\n", "\n", "- `dockerd-entrypoint.py` is the entry point script that will start the multi model server.\n", @@ -665,4 +666,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +} diff --git a/sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.ipynb b/sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.ipynb index 957ffbcb2a..a5090c87f3 100644 --- a/sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.ipynb +++ b/sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.ipynb @@ -18,7 +18,8 @@ "\n", "![This us-west-2 badge failed to load. Check your device's internet connectivity, otherwise the service is currently unavailable](https://h75twx4l60.execute-api.us-west-2.amazonaws.com/sagemaker-nb/us-west-2/sagemaker-python-sdk|1P_kmeans_highlevel|kmeans_mnist.ipynb)\n", "\n", - "---" + "---\n", + "test" ] }, { @@ -105,7 +106,8 @@ "\n", "role = get_execution_role()\n", "sm_session = Session()\n", - "bucket = sm_session.default_bucket()" + "bucket = sm_session.default_bucket()\n", + "print(\"testing\")" ] }, {