|
| 1 | +{ |
| 2 | + "cells": [ |
| 3 | + { |
| 4 | + "cell_type": "markdown", |
| 5 | + "metadata": {}, |
| 6 | + "source": [ |
| 7 | + "# Ray Serve - Overview\n", |
| 8 | + "\n", |
| 9 | + "© 2019-2020, Anyscale. All Rights Reserved\n", |
| 10 | + "\n", |
| 11 | + "\n", |
| 12 | + "\n", |
| 13 | + "This tutorial, part of [Anyscale Academy](https://anyscale.com/academy), introduces [Ray Serve](https://docs.ray.io/en/latest/serve/index.html), Ray's comprehensive library for scalable model serving.\n", |
| 14 | + "\n", |
| 15 | + "\n", |
| 16 | + "\n", |
| 17 | + "See the instructions in the [README](../README.md) for setting up your environment to use this tutorial.\n", |
| 18 | + "\n", |
| 19 | + "Go [here](../Overview.ipynb) for an overview of all tutorials." |
| 20 | + ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "cell_type": "markdown", |
| 24 | + "metadata": {}, |
| 25 | + "source": [ |
| 26 | + "| | Lesson | Description |\n", |
| 27 | + "| :-- | :----- | :---------- |\n", |
| 28 | + "| 00 | [Ray Serve Overview](00-Ray-Serve-Overview.ipynb) | Overview of this tutorial. |\n", |
| 29 | + "| 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)." |
| 33 | + ] |
| 34 | + }, |
| 35 | + { |
| 36 | + "cell_type": "markdown", |
| 37 | + "metadata": {}, |
| 38 | + "source": [ |
| 39 | + "## Getting Help\n", |
| 40 | + "\n", |
| 41 | + "* The [#tutorial channel](https://ray-distributed.slack.com/archives/C011ML23W5B) on the [Ray Slack](https://ray-distributed.slack.com). [Click here](https://forms.gle/9TSdDYUgxYs8SA9e8) to join the Ray Slack.\n", |
| 42 | + "* [Email](mailto:[email protected])\n", |
| 43 | + "\n", |
| 44 | + "Find an issue? Please report it!\n", |
| 45 | + "\n", |
| 46 | + "* [GitHub issues](https://github.com/anyscale/academy/issues)" |
| 47 | + ] |
| 48 | + } |
| 49 | + ], |
| 50 | + "metadata": { |
| 51 | + "kernelspec": { |
| 52 | + "display_name": "Python 3", |
| 53 | + "language": "python", |
| 54 | + "name": "python3" |
| 55 | + }, |
| 56 | + "language_info": { |
| 57 | + "codemirror_mode": { |
| 58 | + "name": "ipython", |
| 59 | + "version": 3 |
| 60 | + }, |
| 61 | + "file_extension": ".py", |
| 62 | + "mimetype": "text/x-python", |
| 63 | + "name": "python", |
| 64 | + "nbconvert_exporter": "python", |
| 65 | + "pygments_lexer": "ipython3", |
| 66 | + "version": "3.7.6" |
| 67 | + } |
| 68 | + }, |
| 69 | + "nbformat": 4, |
| 70 | + "nbformat_minor": 4 |
| 71 | +} |
0 commit comments