File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
docs/website/docs/contributors Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,19 @@ Step 2: Set up Executorch. This will install an `executorch` pip package to you
24
24
mkdir -p ~ /src/
25
25
cd ~ /src/
26
26
27
- # Do one of these, depending on how your auth is set up
28
- git clone https://github.com/pytorch/executorch.git
27
+ # Do one of these, depending on how your auth is set up
28
+ git clone https://github.com/pytorch/executorch.git
29
29
git clone
[email protected] :pytorch/executorch.git
30
30
31
- (cd executorch && git checkout demo_2023_06)
32
-
33
31
./executorch/install.sh
34
32
35
- # cd into a directory that doesn't contain a `./executorch/exir` directory, since
36
- # otherwise python will try using it for `import executorch.exir...` instead of using the
33
+ # cd into a directory that doesn't contain a `./executorch/exir` directory, since
34
+ # otherwise python will try using it for `import executorch.exir...` instead of using the
37
35
# installed pip package.
38
- cd ~ /
36
+ cd ~ /
39
37
```
40
38
41
39
Step 3: Try it out!
42
40
```
43
- python ~/src/executorch/examples/export/export_examples .py -m "add"
41
+ python ~/src/executorch/examples/export/export_example .py -m "add"
44
42
```
45
-
46
-
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version = "0.1.0"
8
8
dependencies =[
9
9
" ruamel.yaml" ,
10
10
" pyyaml" ,
11
+ " sympy" ,
11
12
]
12
13
13
14
[tool .setuptools .packages .find ]
You can’t perform that action at this time.
0 commit comments