Skip to content

Commit

Permalink
Finished Serve tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Wampler committed Jul 19, 2020
1 parent bfc2ebf commit a0f47d6
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 1,152 deletions.
8 changes: 7 additions & 1 deletion Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,13 @@
"\n",
"Directory: `ray-serve`\n",
"\n",
"_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."
"_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",
"\n",
"| | Lesson | Description |\n",
"| :-- | :----- | :---------- |\n",
"| 00 | [Ray Serve Overview](ray-serve/00-Ray-Serve-Overview.ipynb) | Overview of this tutorial. |\n",
"| 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",
"| 02 | [Ray Serve Example](ray-serve/02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |"
]
},
{
Expand Down
4 changes: 1 addition & 3 deletions ray-serve/00-Ray-Serve-Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"| :-- | :----- | :---------- |\n",
"| 00 | [Ray Serve Overview](00-Ray-Serve-Overview.ipynb) | Overview of this tutorial. |\n",
"| 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",
"| 02 | [Ray Serve Example](02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |\n",
"\n",
"In addition, exercise solutions for this tutorial can be found [here](solutions/Ray-Serve-Solutions.ipynb)."
"| 02 | [Ray Serve Example](02-Ray-Serve-Example.ipynb) | An example of model serving with Ray Serve. |"
]
},
{
Expand Down
Loading

0 comments on commit a0f47d6

Please sign in to comment.