Skip to content
Open

test #42

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions inference/nlp/realtime/byoc/multi_model_catboost.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
"import json\n",
"\n",
"out = model_file.predict_proba(df)\n",
"print(out)"
"print(out)\n",
"print(\"test\")"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -665,4 +666,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}
6 changes: 4 additions & 2 deletions sagemaker-python-sdk/1P_kmeans_highlevel/kmeans_mnist.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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\")"
]
},
{
Expand Down