Skip to content

Commit

Permalink
kserve-integration: Add serveless compatibility note (#51)
Browse files Browse the repository at this point in the history
Add note that UAT notebook is only compatible with serverless deployment
mode at the moment.
Closes #47
  • Loading branch information
orfeas-k authored Nov 17, 2023
1 parent 29fd1b9 commit 6f2cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/notebooks/kserve/kserve-integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"source": [
"# Test KServe Integration\n",
"\n",
"This example notebook is loosely based on [this](https://github.com/kubeflow/examples/blob/master/kserve/sdk/first_isvc_kserve.ipynb) upstream example.\n",
"This example notebook is loosely based on [this](https://github.com/kubeflow/examples/blob/master/kserve/sdk/first_isvc_kserve.ipynb) upstream example. Note that this only works with `Serverless` deployment mode at the moment.\n",
"\n",
"- create Inference Service\n",
"- perform inference"
Expand Down

0 comments on commit 6f2cf47

Please sign in to comment.