Skip to content

Commit 82a5280

Browse files
author
Daniel Zuegner
committed
readme
1 parent 20e0680 commit 82a5280

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ You can train the MatterGen base model on `mp_20` using the following command.
176176
```bash
177177
python scripts/run.py data_module=mp_20 ~trainer.logger
178178
```
179+
> [!NOTE]
180+
> For Apple Silicon training, add `~trainer.strategy trainer.accelerator=mps` to the above command.
179181
180182
The validation loss (`loss_val`) should reach 0.4 after 360 epochs (about 80k steps). The output checkpoints can be found at `outputs/singlerun/${now:%Y-%m-%d}/${now:%H-%M-%S}`. We call this folder `$MODEL_PATH` for future reference.
181183
> [!NOTE]

0 commit comments

Comments
 (0)