Skip to content

Commit

Permalink
Merge branch 'main' into update-first-contributions-page
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Nov 28, 2024
2 parents 1e63e11 + 79c9f47 commit 414a1f2
Show file tree
Hide file tree
Showing 6 changed files with 3,670 additions and 3,077 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,6 @@ app/src/main/assets
/captures
.externalNativeBuild
.cxx

# Pyright
pyrightconfig.json
3 changes: 1 addition & 2 deletions benchmarks/flowertune-llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Then, create a new Python environment and install Flower.
> We recommend using `pyenv` with the `virtualenv` plugin to create your environment with Python >= 3.10.0. Other managers, such as Conda, will likely work as well. Check the [documentation](https://flower.ai/docs/framework/how-to-install-flower.html) for alternative ways to install Flower.
```shell
# We use this dev version until flwr 1.13.0 is out
pip install git+https://github.com/adap/flower.git@d92453d
pip install flwr
```

In the new environment, create a new Flower project using the `FlowerTune` template. You will be prompted for a name to give to your app/project, your username, and for your choice of LLM challenge:
Expand Down
Loading

0 comments on commit 414a1f2

Please sign in to comment.