Skip to content

Commit

Permalink
Merge pull request tony-framework#9 from linkedin/oliverhu-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
erwa authored Sep 18, 2018
2 parents 7e6ee9a + c2da63b commit 8cbbf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TonY
# TonY [![Build Status](https://travis-ci.org/linkedin/TonY.svg?branch=master)](https://travis-ci.org/linkedin/TonY)

TensorFlow on YARN (TonY) is a framework to _natively_ run [TensorFlow](https://github.com/tensorflow/tensorflow)
on [Apache Hadoop](http://hadoop.apache.org/). TonY enables running either single node or distributed TensorFlow
Expand Down Expand Up @@ -93,7 +93,7 @@ containing your configurations. (As before, the parent directory of this file mu

If you wish to override configurations from your configuration file via command line, you can do so by passing `-conf <tony.conf.key>=<tony.conf.value>` argument pairs on the command line.

Finally, please check `tony-default.xml` or the wiki for default values of each TonY configuration.
Finally, please check `tony-default.xml` or the [wiki](https://github.com/linkedin/TonY/wiki/TonY-Configurations) for default values of each TonY configuration.

Here is a full example of configuring your TonY application:

Expand Down

0 comments on commit 8cbbf6d

Please sign in to comment.