mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user