[stable/horovod] fix small typos in README.md (#6193)

* Add version 0.2.1

Add version 0.2.1

* [stable/horovod] fix small typos in README.md

[stable/horovod] fix small typos in README.md
This commit is contained in:
AdamDang
2018-06-20 15:09:06 -07:00
committed by k8s-ci-robot
parent ebfd2957a9
commit 99a421875e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for deploying Horovod
name: horovod
version: 0.2.0
version: 0.2.1
appVersion: 0.12.1
sources:
- https://github.com/uber/horovod
+2 -2
View File
@@ -4,7 +4,7 @@
## Introduction
This chart bootstraps Horovod which is a Distributed TensorFlow Framework on a Kubernetes cluster using the Helm Package manager. It deploys Horovod workers as statefulsets, and the Horovod master as a job, then discover the the host list automatically.ß
This chart bootstraps Horovod which is a Distributed TensorFlow Framework on a Kubernetes cluster using the Helm Package Manager. It deploys Horovod workers as statefulsets, and the Horovod master as a job, then discover the host list automatically.
## Prerequisites
@@ -64,7 +64,7 @@ master:
EOF
```
For most cases, the overlay network impacts the horovod performance greatly, so we should apply `Host Network` solution. To run Horovod with Host Network and GPU, you can create `values.yaml` like below
For most cases, the overlay network impacts the Horovod performance greatly, so we should apply `Host Network` solution. To run Horovod with Host Network and GPU, you can create `values.yaml` like below
```