mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/distributed-tensorflow] add repo archive notice (#24096)
Signed-off-by: Scott Rigby <scott@r6by.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user