Skip to content

Commit

Permalink
Set default round=100 for demo; update requirements.txt (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-gao-GY authored Mar 10, 2024
1 parent f72d938 commit e29c00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/llm-flowertune/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

warnings.filterwarnings("ignore", category=UserWarning)

NUM_ROUNDS = 2
NUM_ROUNDS = 100
save_path = "./results/"

with initialize(config_path="conf"):
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-flowertune/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flwr-nightly[rest,simulation]==1.8.0.dev20240304
flwr-nightly[rest,simulation]
flwr_datasets==0.0.2
hydra-core==1.3.2
trl==0.7.2
Expand Down

0 comments on commit e29c00b

Please sign in to comment.