Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 8, 2024
2 parents 1c59fac + d4d2b96 commit 663e3df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ python scripts/run_train_classifier.py \
--uncertainty_weight=1.0

```

# Setup
Create a Python environment with `torch`, and `mace` v0.3.0.
Next, install `sbc` directly from Github using
```sh
pip install git+https://github.com/molmod/sbc
```

0 comments on commit 663e3df

Please sign in to comment.