Skip to content

Commit

Permalink
refactor(examples) Add link to previous version of tutorial (#4696)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Dec 16, 2024
1 parent 830b795 commit a858212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/flower-simulation-step-by-step-pytorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a858212

Please sign in to comment.