Skip to content

Commit

Permalink
Remove MPS comment from README
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 13, 2023
1 parent 05ee2a5 commit 9f18075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ trainer.train(train_loader, val_loader, test_loader)
5. To save time from graph conversion step for each training, we recommend you use [`GraphData`](https://github.com/CederGroupHub/chgnet/blob/main/chgnet/data/dataset.py) defined in
[`dataset.py`](https://github.com/CederGroupHub/chgnet/blob/main/chgnet/data/dataset.py), which reads graphs directly from saved directory. To create saved graphs,
see [`examples/make_graphs.py`](https://github.com/CederGroupHub/chgnet/blob/main/examples/make_graphs.py).
6. The Pytorch `MPS` backend (Apple’s Metal Performance Shaders) is currently disabled until a stable version of `pytorch` for `MPS` is released.

## MPtrj Dataset

Expand Down

0 comments on commit 9f18075

Please sign in to comment.