From 2241f86dc9a8fc07fff5b704a78618b5adb9dc0d Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Mon, 28 Apr 2025 11:36:15 -0400 Subject: [PATCH] Update README.md to stable docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d594e7733..223f92dc5f2 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ Key value propositions of ExecuTorch are: ## Getting Started To get started you can: -- Visit the [Step by Step Tutorial](https://pytorch.org/executorch/main/index) to get things running locally and deploy a model to a device -- Use this [Colab Notebook](https://pytorch.org/executorch/main/getting-started-setup#quick-setup-colab-jupyter-notebook-prototype) to start playing around right away +- Visit the [Step by Step Tutorial](https://pytorch.org/executorch/stable/getting-started.html) to get things running locally and deploy a model to a device +- Use this [Colab Notebook](https://colab.research.google.com/drive/1qpxrXC3YdJQzly3mRg-4ayYiOjC6rue3?usp=sharing) to start playing around right away - Jump straight into LLM use cases by following specific instructions for [Llama](examples/models/llama/README.md) and [Llava](examples/models/llava/README.md) ## Feedback and Engagement