Skip to content

Commit dc87cba

Browse files
Merge pull request #2789 from AI-Hypercomputer:fix_links
PiperOrigin-RevId: 840390986
2 parents 4f6cdf4 + 5d38920 commit dc87cba

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ Our goal is to provide a variety of models (dimension “a”) and techniques (d
7676
Check out these getting started guides:
7777

7878
* Supervised Fine Tuning (SFT)
79-
* [SFT on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/sft.html)
80-
* [SFT on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/sft_on_multi_host.html)
79+
* [SFT on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft.html)
80+
* [SFT on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft_on_multi_host.html)
8181
* Reinforcement Learning (RL)
82-
* [RL on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/rl.html)
83-
* [RL on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/rl_on_multi_host.html)
82+
* [RL on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl.html)
83+
* [RL on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl_on_multi_host.html)
8484

8585
### Model library
8686

docs/tutorials/post_training_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ MaxText was co-designed with key Google led innovations to provide a unified pos
1919
## Supported techniques & models
2020

2121
- **SFT (Supervised Fine-Tuning)**
22-
* [SFT on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/sft.html)
23-
* [SFT on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/sft_on_multi_host.html)
22+
* [SFT on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft.html)
23+
* [SFT on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft_on_multi_host.html)
2424
- **Multimodal SFT**
25-
* [Multimodal Support](https://maxtext.readthedocs.io/en/latest/guides/multimodal.html)
25+
* [Multimodal Support](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/multimodal.html)
2626
- **Reinforcement Learning (RL)**
27-
* [RL on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/rl.html)
28-
* [RL on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/rl_on_multi_host.html)
27+
* [RL on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl.html)
28+
* [RL on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl_on_multi_host.html)
2929

3030
## Step by step RL
3131

@@ -49,7 +49,7 @@ Pathways supercharges RL with:
4949

5050
## Getting started
5151

52-
Start your Post-Training journey through quick experimentation with our [Google Colabs](https://maxtext.readthedocs.io/en/latest/tutorials/how_to_run_colabs.html) or our Production level tutorials for [SFT](https://maxtext.readthedocs.io/en/latest/tutorials/sft_on_multi_host.html) and [GRPO](https://maxtext.readthedocs.io/en/latest/tutorials/grpo_with_pathways.html).
52+
Start your Post-Training journey through quick experimentation with our [Google Colabs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/how_to_run_colabs.html) or our Production level tutorials for [SFT](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft_on_multi_host.html) and [RL](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl_on_multi_host.html).
5353

5454
## More tutorials
5555

src/MaxText/examples/rl_llama3_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"## Setup\n",
6464
"\n",
6565
"Install dependencies and set up the environment:\n",
66-
"https://maxtext.readthedocs.io/en/latest/tutorials/rl.html#from-github"
66+
"https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/rl.html#from-github"
6767
]
6868
},
6969
{

src/MaxText/examples/sft_llama3_demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"source": [
7676
"### Install Dependencies\n",
7777
"\n",
78-
"https://maxtext.readthedocs.io/en/latest/tutorials/sft.html#install-dependencies"
78+
"https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft.html#install-dependencies"
7979
]
8080
},
8181
{

0 commit comments

Comments
 (0)