Skip to content

Commit 165e7c4

Browse files
authored
Merge pull request #32 from lab-cosmo/release/v1.3.1
Release PET-MAD repository version 1.3.1
2 parents 62ce470 + ed099dc commit 165e7c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ the installation instructions above). Then, follow the instructions
216216
Fetch the PET-MAD checkpoint from the HuggingFace repository:
217217

218218
```bash
219-
mtt export https://huggingface.co/lab-cosmo/pet-mad/resolve/main/models/pet-mad-latest.ckpt
219+
mtt export https://huggingface.co/lab-cosmo/pet-mad/resolve/v1.1.0/models/pet-mad-v1.1.0.ckpt
220220
```
221221

222222
This will download the model and convert it to TorchScript format compatible
@@ -234,7 +234,7 @@ atom_style atomic
234234

235235
read_data silicon.data
236236

237-
pair_style metatomic pet-mad-latest.pt device cpu # Change device to 'cuda' evaluate PET-MAD on GPU
237+
pair_style metatomic pet-mad-v1.1.0.pt device cpu # Change device to 'cuda' evaluate PET-MAD on GPU
238238
pair_coeff * * 14
239239

240240
neighbor 2.0 bin
@@ -301,7 +301,7 @@ atom_style atomic/kk
301301
302302
read_data silicon.data
303303
304-
pair_style metatensor/kk pet-mad-latest.pt # This will use the same device as the kokkos simulation
304+
pair_style metatensor/kk pet-mad-v1.1.0.pt # This will use the same device as the kokkos simulation
305305
pair_coeff * * 14
306306
307307
neighbor 2.0 bin

src/pet_mad/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)