Author: wangwei
Date: Fri Jun 26 06:01:44 2015
New Revision: 1687675

URL: http://svn.apache.org/r1687675
Log:
CMS commit to singa by wangwei

Modified:
    incubator/singa/site/trunk/content/markdown/quick-start.md

Modified: incubator/singa/site/trunk/content/markdown/quick-start.md
URL: 
http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/quick-start.md?rev=1687675&r1=1687674&r2=1687675&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/quick-start.md (original)
+++ incubator/singa/site/trunk/content/markdown/quick-start.md Fri Jun 26 
06:01:44 2015
@@ -142,11 +142,11 @@ To run the distributed Hogwild framework
 
 and start one process as,
     
-    ./bin/singa-run.sh -model=... -cluster=...
+    ./bin/singa-run.sh -model=examples/cifar10/model.conf 
-cluster=examples/cifar10/cluster.conf
 
 and then start another process as,
  
-    ./singa -model=... -cluster=...
+    ./singa -model=examples/cifar10/model.conf 
-cluster=examples/cifar10/cluster.conf
 
 Note that the two commands are different! The first one will start the 
zookeeper. Currently we assume 
 that the example/cifar10 folder is in NFS. 


Reply via email to