From 9f18075ba4a713d684e9601627db3ac7c9bb1fd4 Mon Sep 17 00:00:00 2001 From: "Andrew S. Rosen" Date: Thu, 12 Oct 2023 20:52:41 -0700 Subject: [PATCH] Remove MPS comment from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cdde08e9..c69a5cb4 100755 --- a/README.md +++ b/README.md @@ -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