Skip to content

Commit

Permalink
docs(framework) Add warning to Android/iOS quickstart guides (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Nov 18, 2024
1 parent fb5ebed commit 8636ef5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/source/tutorial-quickstart-android.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Quickstart Android
.. meta::
:description: Read this Federated Learning quickstart tutorial for creating an Android app using Flower.

.. warning::

The experimental Flower Android SDK is not compatible with the latest version of
Flower. Android support is currently being reworked and will be released in 2025.

This quickstart tutorial is kept for historical purposes and will be updated once
the new Android SDK is released.

Let's build a federated learning system using TFLite and Flower on Android!

Please refer to the `full code example
Expand Down
8 changes: 8 additions & 0 deletions doc/source/tutorial-quickstart-ios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Quickstart iOS
.. meta::
:description: Read this Federated Learning quickstart tutorial for creating an iOS app using Flower to train a neural network on MNIST.

.. warning::

The experimental Flower iOS SDK is not compatible with the latest version of Flower.
iOS support is currently being reworked and will be released in 2025.

This quickstart tutorial is kept for historical purposes and will be updated once
the new iOS SDK is released.

In this tutorial we will learn how to train a Neural Network on MNIST using Flower and
CoreML on iOS devices.

Expand Down

0 comments on commit 8636ef5

Please sign in to comment.