Skip to content

Commit

Permalink
fix(framework) Fix cpu/gpu specification in FlowerTune readme template (
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-gao-GY authored Sep 26, 2024
1 parent 7c38f2c commit b2865c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/cli/new/templates/app/README.flowertune.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We use Mistral-7B model with 4-bit quantization as default. The estimated VRAM c
| :--------: | :--------: | :--------: | :--------: | :--------: |
| VRAM | ~25.50 GB | ~17.30 GB | ~22.80 GB | ~17.40 GB |

You can adjust the CPU/GPU resources you assign to each of the clients based on your device, which are specified with `options.backend.clientapp-cpus` and `options.backend.clientapp-gpus` under `[tool.flwr.federations.local-simulation]` entry in `pyproject.toml`.
You can adjust the CPU/GPU resources you assign to each of the clients based on your device, which are specified with `options.backend.client-resources.num-cpus` and `options.backend.client-resources.num-gpus` under `[tool.flwr.federations.local-simulation]` entry in `pyproject.toml`.


## Model saving
Expand Down

0 comments on commit b2865c1

Please sign in to comment.