Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazhihao committed Jan 26, 2019
1 parent 861ffa3 commit d87ab34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ git clone --recursive https://gitlab.com/fflow/flexflow

* Build a DNN model (e.g., alexnet):
```
./ffcompile.sh examples/alexnet
./ffcompile.sh alexnet
```
where `examples/alexnet.cc` defines all operators in a DNN.
where `alexnet.cc` defines all operators in a DNN.

* To build a distributed version of FlexFlow, add a `-d` flag:
```
Expand Down

0 comments on commit d87ab34

Please sign in to comment.