8000 minor change · srcarroll/FlexFlow@d87ab34 · GitHub
[go: up one dir, main page]

Skip to content

Commit d87ab34

Browse files
committed
minor change
1 parent 861ffa3 commit d87ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)
0