Skip to content

Commit

Permalink
Merge pull request #824 from mlcommons/scap3yvt-patch-2
Browse files Browse the repository at this point in the history
Fix html rendering
  • Loading branch information
sarthakpati authored Mar 18, 2024
2 parents e1d359d + 6ae08c0 commit 5db4e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ Once you have a model definition, it is easy to perform federated learning using

Once you have a trained model, you can perform [federated evaluation](https://flower.dev/docs/tutorial/Flower-0-What-is-FL.html#Federated-evaluation) using [MedPerf](https://medperf.org/). Follow the tutorial in [this page](https://docs.medperf.org/mlcubes/gandlf_mlcube/) to get started.

!!! note
Please note that in order to create a GaNDLF MLCube, for technical reasons, you need write access to the GaNDLF package. With a virtual environment this should be automatic. See the [installation instructions](./setup.md#installation).
**Notes**:
- To create a GaNDLF MLCube, for technical reasons, you need write access to the GaNDLF package. This should be automatic while using a virtual environment that you have set up. See the [installation instructions](./setup.md#installation) for details.
- This needs GaNDLF to be initialized as an MLCube. See [the mlcube instructions](https://docs.medperf.org/mlcubes/gandlf_mlcube/) for details.

https://docs.medperf.org/mlcubes/gandlf_mlcube/
## Running with Docker

The usage of GaNDLF remains generally the same even from Docker, but there are a few extra considerations.
Expand Down

0 comments on commit 5db4e5c

Please sign in to comment.