From 7cd5474f1a358cc3279c6ba7de7a591c23d6e302 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 4 Dec 2014 17:31:40 -0800 Subject: [PATCH] chg interface --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b333eb8..2f1f58478 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementation of distributed machine learning programs, many of which sits naturally under Allreduce abstraction. -Interface: [rabit.h](src/rabit.h) +* See the [package interface file](src/rabit.h) Features ====