From 79ced4ba014e8e16250d11a0dc397e156964a6f3 Mon Sep 17 00:00:00 2001 From: Riccardo Mereu Date: Sat, 1 Nov 2025 05:57:09 +0200 Subject: [PATCH] Fix link to FLUX model in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14534da0fa..0b4cb5e130 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - [2025/07] We published [instructions](/torchtitan/models/README.md) on how to add a model to `torchtitan`. - [2025/07] We released `torchtitan` [v0.1.0](https://github.com/pytorch/torchtitan/releases), and also set up nightly builds. - [2025/04] Our paper was accepted by [ICLR 2025](https://iclr.cc/virtual/2025/poster/29620). -- [2025/04] Training the diffusion model [FLUX](torchtitan/experiments/flux/) with FSDP/HSDP is available as an experiment. +- [2025/04] Training the diffusion model [FLUX](torchtitan/models/flux/) with FSDP/HSDP is available as an experiment. - [2025/04] The frontend implementation of [SimpleFSDP](torchtitan/experiments/simple_fsdp/), a compiler-based FSDP framework, is available as an experiment. - [2024/12] GPU MODE [lecture](https://www.youtube.com/watch?v=VYWRjcUqW6w) on torchtitan. - [2024/07] [Presentation](https://pytorch2024.sched.com/event/1fHn3) at PyTorch Conference 2024.