Skip to content

Commit a729ec8

Browse files
manuelcandalesfacebook-github-bot
authored andcommitted
Link to Setup Instructions (#905)
Summary: Pull Request resolved: #905 Inside the Export to ExecuTorch tutorial, link to the setup instructions Reviewed By: kirklandsign Differential Revision: D50280016 fbshipit-source-id: c634fd943cc64c22b287397d6be19a703b021ff8
1 parent 3bb1941 commit a729ec8

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

docs/source/tutorials_source/export-to-executorch-tutorial.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,8 @@
3131
# Prerequisites
3232
# -------------
3333
#
34-
# To run this tutorial, you’ll need to install ExecuTorch.
35-
#
36-
# Set up a conda environment. To set up a conda environment in Google Colab::
37-
#
38-
# !pip install -q condacolab
39-
# import condacolab
40-
# condacolab.install()
41-
#
42-
# !conda create --name executorch python=3.10
43-
# !conda install -c conda-forge flatbuffers
44-
#
45-
# Install ExecuTorch from source. If cloning is failing on Google Colab, make
46-
# sure Colab -> Setting -> Github -> Access Private Repo is checked::
47-
#
48-
# !git clone https://{github_username}:{token}@github.com/pytorch/executorch.git
49-
# !cd executorch && bash ./install_requirements.sh
34+
# To run this tutorial, you’ll first need to
35+
# `Set up your ExecuTorch environment <../getting-started-setup.html>`__.
5036

5137
######################################################################
5238
# Exporting a Model

0 commit comments

Comments
 (0)