From a858212e6b92c379a957034eb9ab06a8ea093162 Mon Sep 17 00:00:00 2001 From: Javier Date: Mon, 16 Dec 2024 12:11:46 +0000 Subject: [PATCH] refactor(examples) Add link to previous version of tutorial (#4696) --- examples/flower-simulation-step-by-step-pytorch/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flower-simulation-step-by-step-pytorch/README.md b/examples/flower-simulation-step-by-step-pytorch/README.md index 0f269f62c143..0a1a0adb3d56 100644 --- a/examples/flower-simulation-step-by-step-pytorch/README.md +++ b/examples/flower-simulation-step-by-step-pytorch/README.md @@ -8,6 +8,8 @@ framework: [torch] > \[!NOTE\] > While this tutorial shows how to extend the functionality of a Flower App that uses PyTorch, there is little specific about PyTorch in the changes described in this tutorial series. This means that you can make use of all the concepts presented even if you decide to use a different ML framework. +> +> The previous version of this tutorial from the 2023 video tutorial series can be found here: [c8120f2](https://github.com/adap/flower/tree/c8120f2669fef0f2e6815ab1e957e5366d06d19d/examples/flower-simulation-step-by-step-pytorch). Please note that method of running simulations is no longer recommended and some parts of it, e.g. using `start_simulation`, are deprecated in recent versions of `flwr`. This directory contains the code to follow along the `Flower AI Simulation 2025` tutorial series on Youtube. You can find all the videos [here](https://www.youtube.com/playlist?list=PLNG4feLHqCWkdlSrEL2xbCtGa6QBxlUZb) or clicking on the video previews below.