[stable/distributed-tensorflow] add repo archive notice (#24096)

Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
Scott Rigby
2020-11-09 14:24:53 -08:00
committed by GitHub
parent 8ffdbfcc38
commit 9a1c5ea617
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for running distributed TensorFlow on Kubernetes
name: distributed-tensorflow
version: 1.2.0
version: 1.2.1
appVersion: 1.7.0
sources:
- https://github.com/tensorflow/tensorflow
+5
View File
@@ -1,3 +1,8 @@
# ⚠️ Repo Archive Notice
As of Nov 13, 2020, charts in this repo will no longer be updated.
For more information, see the Helm Charts [Deprecation and Archive Notice](https://github.com/helm/charts#%EF%B8%8F-deprecation-and-archive-notice), and [Update](https://helm.sh/blog/charts-repo-deprecation/).
# Distributed TensorFlow
TensorFlow is an open source software library for numerical computation using data flow graphs, and it supports distributed computing, allowing 'data parallel' or 'model parallel' on different servers. This means data scientists can now scale out distributed training to 100s of GPUs using TensorFlow.