From c322ec6211f415bcd4da2b6ee724716acfc44708 Mon Sep 17 00:00:00 2001 From: Eddie Mattia Date: Thu, 2 Nov 2023 16:13:45 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b08164..b3cc0d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Metaflow TensorFlow decorator -The [`tf.distribute.Strategy`](https://www.tensorflow.org/api_docs/python/tf/distribute/Strategy) allows TensorFlow developers to distribute model training to multiple GPUs/TPUs and machines. +The [`tf.distribute.Strategy`](https://www.tensorflow.org/api_docs/python/tf/distribute/Strategy) allows TensorFlow developers to distribute model training to multiple GPUs/TPUs and machines. This repository implements the Metaflow `@tensorflow` decorator, which sets up a multi-node Metaflow step to use this functionality. ### Features