From a73804d0a1b4f844abb257cde4ee93ebbce16ffd Mon Sep 17 00:00:00 2001 From: Jacobo Guzowski Date: Thu, 18 Dec 2025 16:50:24 -0800 Subject: [PATCH] adding supported models to post_training_index.md --- docs/tutorials/post_training_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/post_training_index.md b/docs/tutorials/post_training_index.md index 685d5d956..7933a426a 100644 --- a/docs/tutorials/post_training_index.md +++ b/docs/tutorials/post_training_index.md @@ -18,6 +18,8 @@ MaxText was co-designed with key Google led innovations to provide a unified pos ## Supported techniques & models +Supported models for RL and SFT include Llama 3.1 8B and Llama 3.1 70B. + - **SFT (Supervised Fine-Tuning)** * [SFT on Single-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft.html) * [SFT on Multi-Host TPUs](https://maxtext.readthedocs.io/en/latest/tutorials/posttraining/sft_on_multi_host.html)