Skip to content

Commit

Permalink
Merge pull request #223 from aleximmer/hotfix-asdl
Browse files Browse the repository at this point in the history
Update README re. ASDL
  • Loading branch information
wiseodd authored Aug 19, 2024
2 parents ccf4a30 + e617e9e commit 3fdda9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,15 @@ The [code](https://github.com/runame/laplace-redux) to reproduce the experiments
To install laplace with `pip`, run the following:

```bash
pip install laplace-torch
pip install git+https://github.com/aleximmer/laplace@update-deps
```

> [!WARNING]
> The ASDL dependency has recently been updated and it breaks the compatibility with
> `laplace-torch`. Please _do not_ install `laplace-torch` from `pip` or the `main`
> branch. Instead install it as above, from the `update-deps` branch.
> We're actively fixing this issue.
For development purposes, e.g. if you would like to make contributions,
clone the repository and then install:

Expand Down

0 comments on commit 3fdda9a

Please sign in to comment.