Skip to content

Commit

Permalink
Update server_examples.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajakavitha1 authored Jan 6, 2025
1 parent 3e3fec5 commit 68686ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/server_examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"source": [
"## Serve SKLearn Iris Model\n",
"\n",
"**Note**: Seldon protocol and TensorFlow protocol are no longer supported, as Seldon has transitioned to the industry-standard Open Inference Protocol (OIP). Customers are encouraged to migrate to OIP, which offers seamless integration across various model serving runtimes, supports the development of versatile client and benchmarking tools, and ensures a high-performance, consistent, and unified inference experience.\n",
"**Note**: Seldon is phasing out support for the Seldon and TensorFlow protocols, transitioning to the industry-standard Open Inference Protocol (OIP). We encourage customers to migrate to OIP, which facilitates seamless integration across various model serving runtimes, supports the development of versatile client and benchmarking tools, and ensures a high-performance, consistent, and unified inference experience.\n",
"\n",
"In order to deploy SKLearn artifacts, we can leverage the [pre-packaged SKLearn inference server](https://docs.seldon.io/projects/seldon-core/en/latest/servers/sklearn.html).\n",
"The exposed API can follow either:\n",
Expand Down

0 comments on commit 68686ee

Please sign in to comment.