Skip to content

Commit

Permalink
fix(benchmarks) Update LLM Leaderboard readme (#4296)
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-gao-GY authored Oct 6, 2024
1 parent c232936 commit e7f7f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/flowertune-llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The `flwr new` command will generate a directory with the following structure:
This can serve as the starting point for you to build up your own federated LLM fine-tuning methods.

> [!IMPORTANT]
> Please note that if you intend to submit your project as an entry to the [LLM Leaderboard](https://flower.ai/benchmarks/llm-leaderboard) modifications to `[tool.flwr.app.config.static]` and `[tool.flwr.federations.local-simulation]` sections in the `pyproject.toml` are not allowed and will invalidate the submission.
> Please note that if you intend to submit your project as an entry to the [LLM Leaderboard](https://flower.ai/benchmarks/llm-leaderboard) modifications to the `[tool.flwr.app.config.static]` section and `options.num-supernodes` under the `[tool.flwr.federations.local-simulation]` section in the `pyproject.toml` are not allowed and will invalidate the submission.

## Run FlowerTune LLM challenges
Expand Down

0 comments on commit e7f7f53

Please sign in to comment.