From cf87be481ec48acb153bf5e0367297e4e09971e8 Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Wed, 9 Apr 2025 13:32:32 -0700 Subject: [PATCH] Fix minor README typos for 0.6 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d151854b42..1bb57c1a5a2 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,9 @@ 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.html) on getting things running locally and deploy a model to a device -- Use this [Colab Notebook](https://pytorch.org/executorch/stable/getting-started-setup.html#quick-setup-colab-jupyter-notebook-prototype) to start playing around right away -- Jump straight into LLMs use cases by following specific instructions for [Llama](./examples/models/llama/README.md) and [Llava](./examples/models/llava/README.md) +- Visit the [Step by Step Tutorial](https://pytorch.org/executorch/0.6/index.html) to get things running locally and deploy a model to a device +- Use this [Colab Notebook](https://pytorch.org/executorch/0.6/getting-started-setup.html#quick-setup-colab-jupyter-notebook-prototype) 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