Skip to content

Commit 39c536a

Browse files
teknoraverfacebook-github-bot
authored andcommitted
fix build instructions (#262)
Summary: A `cd` command is duplicated Pull Request resolved: #262 Test Plan: {P550158647} Reviewed By: PaliC Differential Revision: D41166928 Pulled By: teknoraver fbshipit-source-id: f34d105351d106f2df366a831586abf17128fbb8
1 parent f115b98 commit 39c536a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ cd multipy
157157
# (optional) if using existing checkout
158158
git submodule sync && git submodule update --init --recursive
159159

160-
cd multipy
161160
# install python parts of `torch::deploy` in multipy/multipy/utils
162161
pip install -e . --install-option="--cmakeoff"
163162

@@ -177,10 +176,8 @@ cmake --build build --config Release -j
177176
We first need to generate the neccessary examples. First make sure your python environment has [torch](https://pytorch.org). Afterwards, once `multipy::runtime` is built, run the following (executed automatically for `docker` and `pip` above):
178177

179178
```
180-
cd multipy/multipy/runtime
181-
python example/generate_examples.py
182-
cd build
183-
./test_deploy
179+
python multipy/runtime/example/generate_examples.py
180+
./multipy/runtime/build/test_deploy
184181
```
185182

186183
## Examples

0 commit comments

Comments
 (0)