Skip to content

Commit 7d5e992

Browse files
authored
Update tutorial-horovod-tensorflow.md
1 parent 38a89a5 commit 7d5e992

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/synapse-analytics/machine-learning/tutorial-horovod-tensorflow.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Distributed training with Horovod and TensorFlow'
2+
title: 'Tutorial: Distributed training with Horovod and TensorFlow (deprecated)'
33
description: Tutorial on how to run distributed training with the Horovod Runner and TensorFlow
44
ms.service: synapse-analytics
55
ms.subservice: machine-learning
@@ -9,7 +9,7 @@ author: midesa
99
ms.author: midesa
1010
---
1111

12-
# Tutorial: Distributed Training with Horovod Runner and TensorFlow (Preview)
12+
# Tutorial: Distributed Training with Horovod Runner and TensorFlow (deprecated)
1313

1414
[Horovod](https://github.com/horovod/horovod) is a distributed training framework for libraries like TensorFlow and PyTorch. With Horovod, users can scale up an existing training script to run on hundreds of GPUs in just a few lines of code.
1515

@@ -20,10 +20,13 @@ Within Azure Synapse Analytics, users can quickly get started with Horovod using
2020
- [Azure Synapse Analytics workspace](../get-started-create-workspace.md) with an Azure Data Lake Storage Gen2 storage account configured as the default storage. You need to be the *Storage Blob Data Contributor* of the Data Lake Storage Gen2 file system that you work with.
2121
- Create a GPU-enabled Apache Spark pool in your Azure Synapse Analytics workspace. For details, see [Create a GPU-enabled Apache Spark pool in Azure Synapse](../spark/apache-spark-gpu-concept.md). For this tutorial, we suggest using the GPU-Large cluster size with 3 nodes.
2222

23-
> [!WARNING]
24-
> - The GPU accelerated preview is limited to the [Apache Spark 3.2 (End of Support announced)](../spark/apache-spark-32-runtime.md) runtime. End of Support announced for Azure Synapse Runtime for Apache Spark 3.2 has been announced July 8, 2023. End of Support announced runtimes will not have bug and feature fixes. Security fixes will be backported based on risk assessment. This runtime and the corresponding GPU accelerated preview on Spark 3.2 will be retired and disabled as of July 8, 2024.
25-
> - The GPU accelerated preview is now unsupported on the [Azure Synapse 3.1 (unsupported) runtime](../spark/apache-spark-3-runtime.md). Azure Synapse Runtime for Apache Spark 3.1 has reached its End of Support as of January 26, 2023, with official support discontinued effective January 26, 2024, and no further addressing of support tickets, bug fixes, or security updates beyond this date.
23+
> [!NOTE]
24+
> The Preview for Azure Synapse GPU-enabled pools has now been deprecated.
2625
26+
> [!CAUTION]
27+
> Deprecation and disablement notification for GPUs on the Azure Synapse Runtime for Apache Spark 3.1 and 3.2
28+
> - The GPU accelerated preview is now deprecated on the [Apache Spark 3.2 (deprecated) runtime](../spark/apache-spark-32-runtime.md). Deprecated runtimes will not have bug and feature fixes. This runtime and the corresponding GPU accelerated preview on Spark 3.2 has been retired and disabled as of July 8, 2024.
29+
> - The GPU accelerated preview is now deprecated on the [Azure Synapse 3.1 (deprecated) runtime](../spark/apache-spark-3-runtime.md). Azure Synapse Runtime for Apache Spark 3.1 has reached its end of support as of January 26, 2023, with official support discontinued effective January 26, 2024, and no further addressing of support tickets, bug fixes, or security updates beyond this date.
2730
2831
## Configure the Apache Spark session
2932

0 commit comments

Comments
 (0)