Skip to content

Commit d87ab34

Browse files
committed
minor change
1 parent 861ffa3 commit d87ab34

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ git clone --recursive https://gitlab.com/fflow/flexflow
2626

2727
* Build a DNN model (e.g., alexnet):
2828
```
29-
./ffcompile.sh examples/alexnet
29+
./ffcompile.sh alexnet
3030
```
31-
where `examples/alexnet.cc` defines all operators in a DNN.
31+
where `alexnet.cc` defines all operators in a DNN.
3232

3333
* To build a distributed version of FlexFlow, add a `-d` flag:
3434
```

0 commit comments

Comments
 (0)