Skip to content

Commit

Permalink
Remove nightly release (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
junpenglao committed Jun 24, 2024
1 parent eca35ab commit 5764a2b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/nightly.yml

This file was deleted.

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ or via conda-forge:
conda install -c conda-forge blackjax
```

Nightly builds (bleeding edge) of Blackjax can also be installed using `pip`:

```bash
pip install blackjax-nightly
```

BlackJAX is written in pure Python but depends on XLA via JAX. By default, the
version of JAX that will be installed along with BlackJAX will make your code
run on CPU only. **If you want to use BlackJAX on GPU/TPU** we recommend you follow
Expand Down
6 changes: 0 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,7 @@ If you want to use Blackjax with a model implemented with a PPL, go to the relat
```{code-block} bash
pip install blackjax
```
:::

:::{tab-item} Nightly
```{code-block} bash
pip install blackjax-nightly
```
:::

:::{tab-item} Conda
```{code-block} bash
Expand Down

0 comments on commit 5764a2b

Please sign in to comment.