Skip to content

Commit 2e3ab34

Browse files
committed
deploy: e0d0fc0
1 parent 9978508 commit 2e3ab34

File tree

210 files changed

+78215
-96
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+78215
-96
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 2fd96ba2eab1ae5a5c5988d4371e4f11
3+
config: e933c7f8bcd05aa2cc1243a1a3be9851
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

README.html

Lines changed: 82 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,91 @@
171171
<ul class="nav bd-sidenav bd-sidenav__home-link">
172172
<li class="toctree-l1">
173173
<a class="reference internal" href="index.html">
174-
Index of All Notebooks
174+
Ray Enablement Content
175175
</a>
176176
</li>
177177
</ul>
178-
<ul class="nav bd-sidenav">
178+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Developer Intro to Ray</span></p>
179+
<ul class="nav bd-sidenav">
180+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_01.html">Introduction to Ray Core: Getting Started</a></li>
181+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_02.html">0. Overview</a></li>
182+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_03.html">1. Creating Remote Functions</a></li>
183+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_04.html">2. Executing Remote Functions</a></li>
184+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_05.html">3. Getting Results</a></li>
185+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00_Intro_Ray_Core_Basics_06.html">4. Putting It All Together</a></li>
186+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_01.html">Introduction to Ray Core (Advancement): Object store, Tasks, Actors</a></li>
187+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_02.html">1. Object store</a></li>
188+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_03.html">2. Chaining Tasks and Passing Data</a></li>
189+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_04.html">3. Task retries</a></li>
190+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_05.html">4. Task Runtime Environments</a></li>
191+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_06.html">5. Resource allocation and management</a></li>
192+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_07.html">6. Nested Tasks</a></li>
193+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_08.html">7. Pattern: Pipeline data processing and waiting for results</a></li>
194+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/00a_Intro_Ray_Core_Advancement_09.html">8. Ray Actors</a></li>
195+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/01_Intro_Ray_AI_Libs_Overview_01.html">Introduction to the Ray AI Libraries: An example of using Ray data, Ray Train, Ray Tune, Ray Serve to implement a XGBoost regression model</a></li>
196+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/01_Intro_Ray_AI_Libs_Overview_02.html">1. Overview of the Ray AI Libraries</a></li>
197+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/01_Intro_Ray_AI_Libs_Overview_03.html">2. Quick end-to-end example</a></li>
198+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02a_Intro_Ray_Train_with_PyTorch_01.html">Introduction to Ray Train + PyTorch</a></li>
199+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02a_Intro_Ray_Train_with_PyTorch_02.html">1. When to use Ray Train</a></li>
200+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02a_Intro_Ray_Train_with_PyTorch_03.html">2. Single GPU Training with PyTorch</a></li>
201+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02a_Intro_Ray_Train_with_PyTorch_04.html">3. Distributed Data Parallel Training with Ray Train and PyTorch</a></li>
202+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02a_Intro_Ray_Train_with_PyTorch_05.html">4. Ray Train in Production</a></li>
203+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02b_Intro_Ray_Train_with_PyTorch_Lightning_01.html">Introduction to Ray Train: Ray Train + PyTorch Lightning</a></li>
204+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02b_Intro_Ray_Train_with_PyTorch_Lightning_02.html">1. When to use Ray Train</a></li>
205+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02b_Intro_Ray_Train_with_PyTorch_Lightning_03.html">2. Single GPU Training with PyTorch Lightning</a></li>
206+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02b_Intro_Ray_Train_with_PyTorch_Lightning_04.html">3. Distributed Training with Ray Train and PyTorch Lightning</a></li>
207+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/02b_Intro_Ray_Train_with_PyTorch_Lightning_05.html">4. Ray Train in Production</a></li>
208+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/03_Intro_Ray_Tune_01.html">Introduction to Ray Tune</a></li>
209+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/03_Intro_Ray_Tune_02.html">1. Loading the data</a></li>
210+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/03_Intro_Ray_Tune_03.html">2. Starting out with vanilla PyTorch</a></li>
211+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/03_Intro_Ray_Tune_04.html">3. Hyperparameter tuning with Ray Tune</a></li>
212+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/03_Intro_Ray_Tune_05.html">4. Ray Tune in Production</a></li>
213+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_01.html">Introduction to Ray Data: Industry Landscape</a></li>
214+
215+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_02.html">The Compute Layer</a></li>
216+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_03.html">The Orchestration Layer</a></li>
217+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_04.html">Distributed Computing Frameworks</a></li>
218+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_05.html">Data Processing with Ray Data</a></li>
219+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04a_Intro_Ray_Data_Industry_Landscape_06.html">Ray Serve</a></li>
220+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_01.html">Introduction to Ray Data: Ray Data + Structured Data</a></li>
221+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_02.html">0. What is Ray Data?</a></li>
222+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_03.html">1. How to Use Ray Data?</a></li>
223+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_04.html">2. Loading Data</a></li>
224+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_05.html">3. Transforming Data</a></li>
225+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_06.html">4. Writing Data</a></li>
226+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_07.html">5. Data Operations: Shuffling, Grouping and Aggregation</a></li>
227+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_08.html">6. When to use Ray Data</a></li>
228+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_09.html">7. Ray Data in Production</a></li>
229+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04b_Intro_Ray_Data_Structured_10.html">8. Upcoming Features in Ray Data</a></li>
230+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_01.html">Intro to Ray Data: Ray Data + Unstructed Data</a></li>
231+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_02.html">1. When to Consider Ray Data</a></li>
232+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_03.html">2. How to work with Ray Data</a></li>
233+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_04.html">3. Loading data</a></li>
234+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_05.html">3. Lazy execution mode</a></li>
235+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_06.html">4. Transforming data</a></li>
236+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_07.html">5. Stateful transformations with Ray Actors</a></li>
237+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_08.html">6. Materializing data</a></li>
238+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_09.html">7. Data Operations: grouping, aggregation, and shuffling</a></li>
239+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_10.html">8. Persisting data</a></li>
240+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/04c_Intro_Ray_Data_Unstructured_11.html">9. Ray Data in production</a></li>
241+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/05_Intro_Ray_Serve_PyTorch_01.html">Introduction to Ray Serve with PyTorch</a></li>
242+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/05_Intro_Ray_Serve_PyTorch_02.html">1. When to Consider Ray Serve</a></li>
243+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/05_Intro_Ray_Serve_PyTorch_03.html">2. Overview of Ray Serve</a></li>
244+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/05_Intro_Ray_Serve_PyTorch_04.html">3. Implement an image classification service</a></li>
245+
<li class="toctree-l1"><a class="reference internal" href="courses/00_Developer_Intro_to_Ray/output/05_Intro_Ray_Serve_PyTorch_05.html">4. Development workflow</a></li>
246+
</ul>
247+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Anyscale 101</span></p>
248+
<ul class="nav bd-sidenav">
249+
<li class="toctree-l1"><a class="reference internal" href="courses/anyscale_101/output/101_anyscale_intro_jobs_01.html">Content Used</a></li>
250+
251+
<li class="toctree-l1"><a class="reference internal" href="courses/anyscale_101/output/101_anyscale_intro_jobs_02.html">Part 1. Creating and Submitting your first job</a></li>
252+
<li class="toctree-l1"><a class="reference internal" href="courses/anyscale_101/output/101_anyscale_intro_jobs_03.html">Part 2. Automation and Scheduling</a></li>
253+
<li class="toctree-l1"><a class="reference internal" href="courses/anyscale_101/output/101_anyscale_intro_services_01.html">Sources</a></li>
254+
255+
<li class="toctree-l1"><a class="reference internal" href="courses/anyscale_101/output/101_anyscale_intro_services_02.html">Part 1: Starting your first Anyscale Service</a></li>
256+
</ul>
257+
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Ray 101</span></p>
258+
<ul class="nav bd-sidenav">
179259
<li class="toctree-l1"><a class="reference internal" href="courses/ray-101/output/1_AI_Libs_Intro_01.html">Introduction to the Ray AI Libraries</a></li>
180260
<li class="toctree-l1"><a class="reference internal" href="courses/ray-101/output/1_AI_Libs_Intro_02.html">1. Overview of the Ray AI Libraries</a></li>
181261
<li class="toctree-l1"><a class="reference internal" href="courses/ray-101/output/1_AI_Libs_Intro_03.html">2. End-to-end example: predicting taxi tips in New York</a></li>

0 commit comments

Comments
 (0)