Skip to content

Commit bab34e5

Browse files
Merge pull request #2570 from AI-Hypercomputer:bvandermoon-version-doc
PiperOrigin-RevId: 826636221
2 parents ac1dc93 + b68940a commit bab34e5

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

docs/guides.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@
1919
```{toctree}
2020
:maxdepth: 1
2121
22-
guides/run_maxtext.md
22+
guides/checkpointing_solutions.md
2323
guides/custom_model.md
24-
guides/data_input_pipeline.md
25-
guides/knowledge_distillation.md
2624
guides/gcp_workload_observability.md
27-
guides/monitor_goodput.md
28-
guides/use_vertex_ai_tensorboard.md
2925
guides/features_and_diagnostics.md
30-
guides/pallas_kernels_performance.md
31-
guides/understand_logs_and_metrics.md
32-
guides/xprof_user_guide.md
33-
guides/checkpointing_solutions.md
26+
guides/install_maxtext.md
27+
guides/knowledge_distillation.md
28+
guides/data_input_pipeline.md
29+
guides/monitor_goodput.md
3430
guides/megascale_hang_playbook.md
3531
guides/multimodal.md
32+
guides/pallas_kernels_performance.md
33+
guides/run_maxtext.md
34+
guides/understand_logs_and_metrics.md
3635
guides/update_dependencies.md
37-
guides/install_maxtext.md
36+
guides/use_vertex_ai_tensorboard.md
37+
guides/xprof_user_guide.md
3838
```

docs/guides/custom_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
# How to customize your model configs on TPU
17+
# Customize your model configs on TPU
1818

1919
## Introduction
2020

docs/guides/install_maxtext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
# Installing MaxText
17+
# Install MaxText
1818

1919
This document discusses how to install MaxText. We recommend installing MaxText inside a Python virtual environment.
2020

docs/guides/run_maxtext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Running MaxText on different environments
1+
# Run MaxText on different environments
22

33
```{toctree}
44
:maxdepth: 1

docs/guides/update_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
limitations under the License.
1515
-->
1616

17-
# How to update MaxText dependencies using seed-env
17+
# Update MaxText dependencies
1818

1919
## Introduction
2020

0 commit comments

Comments
 (0)