From e51fd113037ecb0643b1dc9b5f68f2c06bdedaa7 Mon Sep 17 00:00:00 2001 From: Peyton Murray Date: Fri, 10 May 2024 09:41:26 -0700 Subject: [PATCH] Update doc/source/train/examples.yml Co-authored-by: angelinalg <122562471+angelinalg@users.noreply.github.com> Signed-off-by: Peyton Murray --- doc/source/serve/examples.yml | 1 + doc/source/train/examples.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/serve/examples.yml b/doc/source/serve/examples.yml index 8b5dd83b42309..93551cecd99bf 100644 --- a/doc/source/serve/examples.yml +++ b/doc/source/serve/examples.yml @@ -15,6 +15,7 @@ examples: - computer vision - generative ai link: tutorials/stable-diffusion + related_technology: ml applications - title: Serve a Large Language Model skill_level: beginner use_cases: diff --git a/doc/source/train/examples.yml b/doc/source/train/examples.yml index 0f6aa119fe1ed..3130c590c9118 100644 --- a/doc/source/train/examples.yml +++ b/doc/source/train/examples.yml @@ -1,4 +1,4 @@ -text: Below are examples for using Ray Train with a variety of frameworks and use cases. Ray Train makes it easy to scale out each of these examples to a large cluster of GPUs! +text: Below are examples for using Ray Train with a variety of frameworks and use cases. Ray Train makes it easy to scale out each of these examples to a large cluster of GPUs. columns_to_show: - frameworks groupby: skill_level