Skip to content

Commit

Permalink
Merge branch 'develop' into tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tanwarsh authored Feb 6, 2025
2 parents d81e8f3 + 1fc8229 commit c72efff
Show file tree
Hide file tree
Showing 48 changed files with 511 additions and 2,140 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_fedeval_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix:
# Models like XGBoost (xgb_higgs) and torch/histology require runners with higher memory and CPU to run.
# Thus these models are excluded from the matrix for now.
model_name: ["torch.mnist", "keras/mnist"]
model_name: ["torch/mnist", "keras/mnist"]
python_version: ["3.10"]
fail-fast: false # do not immediately fail if one of the combinations fail

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ repos:
rev: 1.7.4
hooks:
- id: bandit
args: ["-c", "pre_commit.toml"]
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ OpenFL supports popular aggregation algorithms out-of-the-box, with more algorit
| FedProx | [Li et al., 2020](https://arxiv.org/pdf/1812.06127.pdf) | yes | yes | - |
| FedCurv | [Shoham et al., 2019](https://arxiv.org/pdf/1910.07796.pdf) | yes | - | - |

### Enabling Bandit Precommit
To ensure that precommit is setup in your local for Bandit Scan. For more details, kindly follow this doc: [Setup Guide - Precommit](precommit-doc.md)

## Contributing
We welcome contributions! Please refer to the [contributing guidelines](https://openfl.readthedocs.io/en/latest/contributing.html).

Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/custom-exception-template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if truncated_fullname | length < 4 %}
{% set truncated_fullname = truncated_fullname.ljust(4) %}
{% endif %}
Exceptions - {{ truncated_fullname | escape | underline}}
Exception - {{ truncated_fullname | escape | underline}}


.. currentmodule:: {{ module }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ template: openfl.federation.Network
settings:
agg_addr : auto
agg_port : auto
hash_salt : auto
tls : True
client_reconnect_interval : 5
disable_client_auth : False
cert_folder : cert
2 changes: 0 additions & 2 deletions openfl-workspace/keras/nlp/.workspace

This file was deleted.

5 changes: 0 additions & 5 deletions openfl-workspace/keras/nlp/plan/cols.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions openfl-workspace/keras/nlp/plan/data.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions openfl-workspace/keras/nlp/plan/plan.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions openfl-workspace/keras/nlp/requirements.txt

This file was deleted.

4 changes: 0 additions & 4 deletions openfl-workspace/keras/nlp/src/__init__.py

This file was deleted.

142 changes: 0 additions & 142 deletions openfl-workspace/keras/nlp/src/dataloader.py

This file was deleted.

Loading

0 comments on commit c72efff

Please sign in to comment.