From 2e6ec679e2a8232052d9bcd73dc0a938f9d68d9f Mon Sep 17 00:00:00 2001 From: Mergen Nachin Date: Thu, 6 Jun 2024 16:22:50 -0700 Subject: [PATCH] Add colab/jupyter notebook in getting started page (#3885) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/3885 bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks build-break overriding_review_checks_triggers_an_audit_and_retroactive_review Reviewed By: mcr229, cccclai Differential Revision: D58262970 --- docs/source/getting-started-setup.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/getting-started-setup.md b/docs/source/getting-started-setup.md index fded8fd362a..424bfde8752 100644 --- a/docs/source/getting-started-setup.md +++ b/docs/source/getting-started-setup.md @@ -68,6 +68,12 @@ Note that the cross-compilable core runtime code supports a wider range of toolchains, down to C++11. See the [Runtime Overview](./runtime-overview.md) for portability details. +## Quick Setup: Colab/Jupyter Notebook Prototype + +To utilize ExecuTorch to its fullest extent, please follow the setup instructions provided below. Alternatively, if you would like to experiment with ExecuTorch quickly and easily, we recommend using the following [colab notebook](https://colab.research.google.com/drive/1qpxrXC3YdJQzly3mRg-4ayYiOjC6rue3?usp=sharing) for prototyping purposes. + + + ## Environment Setup ### Create a Virtual Environment