Skip to content

Commit ee958a4

Browse files
Jack-Khuufacebook-github-bot
authored andcommitted
Fix code block in .md for ipynb (#874)
Summary: Pull Request resolved: #874 ipynb uses different requirements for spacing than html/sphinx This updates it to render properly Reviewed By: tarun292, angelayi Differential Revision: D50240561 fbshipit-source-id: a1aa6c1101b58b6239e1efda78ae34a61bc27ed1
1 parent 8beb217 commit ee958a4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@
3535
#
3636
# Set up a conda environment. To set up a conda environment in Google Colab::
3737
#
38-
# !pip install -q condacolab
39-
# import condacolab
40-
# condacolab.install()
38+
# !pip install -q condacolab
39+
# import condacolab
40+
# condacolab.install()
4141
#
42-
# !conda create --name executorch python=3.10
43-
# !conda install -c conda-forge flatbuffers
42+
# !conda create --name executorch python=3.10
43+
# !conda install -c conda-forge flatbuffers
4444
#
4545
# Install ExecuTorch from source. If cloning is failing on Google Colab, make
4646
# sure Colab -> Setting -> Github -> Access Private Repo is checked::
4747
#
48-
# !git clone https://{github_username}:{token}@github.com/pytorch/executorch.git
49-
# !cd executorch && bash ./install_requirements.sh
48+
# !git clone https://{github_username}:{token}@github.com/pytorch/executorch.git
49+
# !cd executorch && bash ./install_requirements.sh
5050

5151
######################################################################
5252
# Exporting a Model

0 commit comments

Comments
 (0)