Skip to content

Commit

Permalink
Update AutoBNN README with new installation instructions.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619960858
  • Loading branch information
ThomasColthurst authored and tensorflower-gardener committed Mar 28, 2024
1 parent a455824 commit 649eaed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 36 deletions.
13 changes: 9 additions & 4 deletions spinoffs/autobnn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,13 @@ Vikash K. Mansinghka. _Sequential Monte Carlo Learning for Time Series
Structure Discovery_. ICML 2023.


## Setup
## Installation

AutoBNN has three additional dependencies beyond those used by the core
Tensorflow Probability package: flax, scipy and jaxtyping. These
can be installed by running `setup_autobnn.sh`.
AutoBNN can be installed with pip

```
pip install autobnn
```

or it can be installed by source by following [these instructions]
(https://github.com/tensorflow/probability?tab=readme-ov-file#installing-from-source).
32 changes: 0 additions & 32 deletions spinoffs/autobnn/setup_autobnn.sh

This file was deleted.

0 comments on commit 649eaed

Please sign in to comment.