Skip to content

Commit

Permalink
Merge pull request #2335 from james47:james47/fixdtensorlink
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691072187
  • Loading branch information
copybara-github committed Oct 29, 2024
2 parents eb91867 + bd984cb commit 15e96c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/tutorials/distribute/dtensor_ml_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 15e96c3

Please sign in to comment.