We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861ffa3 commit d87ab34Copy full SHA for d87ab34
1 file changed
README.md
@@ -26,9 +26,9 @@ git clone --recursive https://gitlab.com/fflow/flexflow
26
27
* Build a DNN model (e.g., alexnet):
28
```
29
-./ffcompile.sh examples/alexnet
+./ffcompile.sh alexnet
30
31
-where `examples/alexnet.cc` defines all operators in a DNN.
+where `alexnet.cc` defines all operators in a DNN.
32
33
* To build a distributed version of FlexFlow, add a `-d` flag:
34
0 commit comments