Skip to content

Commit

Permalink
break(examples) Remove simulation- examples (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jafermarq authored Sep 13, 2024
1 parent 214746c commit cfc6f3e
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,701 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ Other [examples](https://github.com/adap/flower/tree/main/examples):
- [Federated Finetuning of a Vision Transformer](https://github.com/adap/flower/tree/main/examples/flowertune-vit)
- [Advanced Flower with TensorFlow/Keras](https://github.com/adap/flower/tree/main/examples/advanced-tensorflow)
- [Advanced Flower with PyTorch](https://github.com/adap/flower/tree/main/examples/advanced-pytorch)
- Single-Machine Simulation of Federated Learning Systems ([PyTorch](https://github.com/adap/flower/tree/main/examples/simulation-pytorch)) ([Tensorflow](https://github.com/adap/flower/tree/main/examples/simulation-tensorflow))
- [Comprehensive Flower+XGBoost](https://github.com/adap/flower/tree/main/examples/xgboost-comprehensive)
- [Flower through Docker Compose and with Grafana dashboard](https://github.com/adap/flower/tree/main/examples/flower-via-docker-compose)
- [Flower with KaplanMeierFitter from the lifelines library](https://github.com/adap/flower/tree/main/examples/federated-kaplan-meier-fitter)
Expand Down
2 changes: 2 additions & 0 deletions examples/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@
"app-secure-aggregation": "flower-secure-aggregation.html",
"llm-flowertune": "flowertune-llm.html",
"vit-finetune": "flowertune-vit.html",
"simulation-pytorch": "quickstart-pytorch.html",
"simulation-tensorflow": "quickstart-tensorflow.html",
}


Expand Down
103 changes: 0 additions & 103 deletions examples/simulation-pytorch/README.md

This file was deleted.

19 changes: 0 additions & 19 deletions examples/simulation-pytorch/pyproject.toml

This file was deleted.

4 changes: 0 additions & 4 deletions examples/simulation-pytorch/requirements.txt

This file was deleted.

Loading

0 comments on commit cfc6f3e

Please sign in to comment.