From bd984cb65519aea3d2a8b466a6a79bb1455a8b9c Mon Sep 17 00:00:00 2001 From: james47 Date: Tue, 29 Oct 2024 03:06:14 -0700 Subject: [PATCH] Fix DTensor concepts link --- site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb b/site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb index 3c02800b6b4..55557be6368 100644 --- a/site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb +++ b/site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb @@ -70,7 +70,7 @@ "source": [ "## Overview\n", "\n", - "DTensor provides a way for you to distribute the training of your model across devices to improve efficiency, reliability and scalability. For more details, check out the [DTensor concepts](../guide/dtensor_overview.ipynb) guide.\n", + "DTensor provides a way for you to distribute the training of your model across devices to improve efficiency, reliability and scalability. For more details, check out the [DTensor concepts](../../guide/dtensor_overview.ipynb) guide.\n", "\n", "In this tutorial, you will train a sentiment analysis model using DTensors. The example demonstrates three distributed training schemes:\n", "\n",