From e7f7f53444e8d573dd3594c41e18e870873a910f Mon Sep 17 00:00:00 2001 From: Yan Gao Date: Sun, 6 Oct 2024 18:14:46 +0100 Subject: [PATCH] fix(benchmarks) Update LLM Leaderboard readme (#4296) --- benchmarks/flowertune-llm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/flowertune-llm/README.md b/benchmarks/flowertune-llm/README.md index cab9b9156514..c3e1b2b7dd53 100644 --- a/benchmarks/flowertune-llm/README.md +++ b/benchmarks/flowertune-llm/README.md @@ -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