You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2016/11/22 01:17:59 UTC

mesos git commit: Added TFMesos to the list of frameworks.

Repository: mesos
Updated Branches:
  refs/heads/master 431f7ce6f -> 22dd6e321


Added TFMesos to the list of frameworks.

This closes #182


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/22dd6e32
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/22dd6e32
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/22dd6e32

Branch: refs/heads/master
Commit: 22dd6e32147182f8f55e8529d8fbc7cff06cf8c8
Parents: 431f7ce
Author: windreamer <wi...@gmail.com>
Authored: Mon Nov 21 17:17:33 2016 -0800
Committer: Benjamin Mahler <bm...@apache.org>
Committed: Mon Nov 21 17:17:33 2016 -0800

----------------------------------------------------------------------
 docs/frameworks.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/22dd6e32/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index fc829ca..7e816bd 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -42,3 +42,7 @@ layout: documentation
 * [ElasticSearch](https://github.com/mesos/elasticsearch) is a distributed search engine. Mesos makes it easy to run and scale.
 * [Hypertable](https://code.google.com/p/hypertable/wiki/Mesos) is a high performance, scalable, distributed storage and processing system for structured and unstructured data.
 * [MrRedis](https://github.com/mesos/mr-redis) MrRedis is a Mesos framework for provisioning [Redis](http://redis.io/) in-memory cache instances. The scheduler provides auto Redis master election, auto recovery of Redis slaves and comes with the CLI and a UI.
+
+## Machine Learning
+
+* [TFMesos](https://github.com/douban/tfmesos) is a lightweight framework to help running distributed [Tensorflow](https://www.tensorflow.org/) Machine Learning tasks on Apache Mesos with GPU support.