From d87ab34b31210ea2f028cd812846f93adcba6c53 Mon Sep 17 00:00:00 2001 From: Zhihao Jia Date: Fri, 25 Jan 2019 17:23:53 -0800 Subject: [PATCH] minor change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaffd783b2..a12cde1725 100644 --- a/README.md +++ b/README.md @@ -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: ```