Skip to content

Commit a0f47d6

Browse files
author
Dean Wampler
committed
Finished Serve tutorial
1 parent bfc2ebf commit a0f47d6

File tree

4 files changed

+558
-1152
lines changed

4 files changed

+558
-1152
lines changed

Overview.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,13 @@
275275
"\n",
276276
"Directory: `ray-serve`\n",
277277
"\n",
278-
"_Ray Serve_ is Ray's system for scalable _model serving_, with capabilities that also make it suitable for other web server applications. This tutorial starts with an explanation of what's required in model serving, followed by a tour of the API with examples."
278+
"_Ray Serve_ is Ray's system for scalable _model serving_, with capabilities that also make it suitable for other web server applications. This tutorial starts with an explanation of what's required in model serving, followed by a tour of the API with examples.\n",
279+
"\n",
280+
"| | Lesson | Description |\n",
281+
"| :-- | :----- | :---------- |\n",
282+
"| 00 | [Ray Serve Overview](ray-serve/00-Ray-Serve-Overview.ipynb) | Overview of this tutorial. |\n",
283+
"| 01 | [Model Serving Challenges](ray-serve/01-Model-Serving-Challenges.ipynb) | An explanation of common challenges moving models from research to production, and how Ray Serve addresses those challenges. |\n",
284+
"| 02 | [Ray Serve Example](ray-serve/02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |"
279285
]
280286
},
281287
{

ray-serve/00-Ray-Serve-Overview.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"| :-- | :----- | :---------- |\n",
2828
"| 00 | [Ray Serve Overview](00-Ray-Serve-Overview.ipynb) | Overview of this tutorial. |\n",
2929
"| 01 | [Model Serving Challenges](01-Model-Serving-Challenges.ipynb) | An explanation of common challenges moving models from research to production, and how Ray Serve addresses those challenges. |\n",
30-
"| 02 | [Ray Serve Example](02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |\n",
31-
"\n",
32-
"In addition, exercise solutions for this tutorial can be found [here](solutions/Ray-Serve-Solutions.ipynb)."
30+
"| 02 | [Ray Serve Example](02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |"
3331
]
3432
},
3533
{

0 commit comments

Comments
 (0)