Skip to content

Commit f5bd770

Browse files
committed
update the version of the doc
1 parent 93bfcc7 commit f5bd770

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77

88
[![license](https://img.shields.io/badge/license-Apache2.0-blue.svg?style=flat)](./LICENSE)
9-
[![Release Version](https://img.shields.io/badge/release-1.3-red.svg)]()
9+
[![Release Version](https://img.shields.io/badge/release-1.4-red.svg)]()
1010
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]()
1111

1212
**XLearning** is a convenient and efficient scheduling platform combined with the big data and artificial intelligence, support for a variety of machine learning, deep learning frameworks. XLearning is running on the Hadoop Yarn and has integrated deep learning frameworks such as TensorFlow, MXNet, Caffe, Theano, PyTorch, Keras, XGBoost. XLearning has the satisfactory scalability and compatibility.

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77

88
[![license](https://img.shields.io/badge/license-Apache2.0-blue.svg?style=flat)](./LICENSE)
9-
[![Release Version](https://img.shields.io/badge/release-1.3-red.svg)]()
9+
[![Release Version](https://img.shields.io/badge/release-1.4-red.svg)]()
1010
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]()
1111

1212

doc/configure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ xlearning.mpi.container.update.status.retry | 3 | the retry times for the contai
117117

118118
### Docker Configuration
119119

120+
Property Name | Default | Meaning
120121
---------------- | --------------- | ---------------
121122
xlearning.container.type | yarn | container running type
122123
xlearning.docker.registry.host | (none) | docker register host

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>net.qihoo</groupId>
88
<artifactId>xlearning</artifactId>
9-
<version>1.3</version>
9+
<version>1.4</version>
1010

1111

1212
<properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Manifest-Version: 1.3
1+
Manifest-Version: 1.4
22
Created-By: net.qihoo.xitong
33
Built-By: Qihoo
44
Main-Class: net.qihoo.xlearning.client.Client

0 commit comments

Comments
 (0)