From 99a421875e53e689a1200f4df52a839bc5689c6b Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 21 Jun 2018 06:09:06 +0800 Subject: [PATCH] [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 --- stable/horovod/Chart.yaml | 2 +- stable/horovod/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/horovod/Chart.yaml b/stable/horovod/Chart.yaml index d97b4fc5b1..93f11bfa26 100644 --- a/stable/horovod/Chart.yaml +++ b/stable/horovod/Chart.yaml @@ -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 diff --git a/stable/horovod/README.md b/stable/horovod/README.md index 99fd493d92..9aa125bad5 100644 --- a/stable/horovod/README.md +++ b/stable/horovod/README.md @@ -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 ```