From f529f309794243d3165288692aa9d21f7a1ee2e3 Mon Sep 17 00:00:00 2001 From: Chang Lan Date: Thu, 27 Jun 2019 15:32:35 -0700 Subject: [PATCH] ci: readme badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c7411cd0..788cfa2cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # BytePS +[![Build Status](https://travis-ci.org/bytedance/byteps.svg?branch=master)](https://travis-ci.org/bytedance/byteps) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) BytePS is a high performance and general distributed training framework. It supports TensorFlow, Keras, PyTorch, and MXNet, and can run on either TCP or RDMA network.