Skip to content

Commit

Permalink
Bump Sonnet 2 to beta.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 267586634
Change-Id: I737787c138141db3c3f5dee43ab617324270143f
  • Loading branch information
tomhennigan authored and sonnet-copybara committed Sep 6, 2019
1 parent ecf4e35 commit a750f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[**Documentation**](https://sonnet.readthedocs.io/) | [**Examples**](#examples)

WARNING: Sonnet 2 is currently **alpha**. We would love to have you use it as an
WARNING: Sonnet 2 is currently **beta**. We would love to have you use it as an
early adopter and please let us know if things aren't working as you would
expect.

Expand Down Expand Up @@ -46,12 +46,11 @@ notebook attached to a GPU or TPU.

## Installation

Sonnet 2 is built for TensorFlow 2. To get started install the TensorFlow 2.0
nightly preview and Sonnet 2 from source:
To get started install TensorFlow 2.0 and Sonnet 2:

```shell
$ pip install tf-nightly-gpu-2.0-preview
$ pip install git+https://github.com/deepmind/sonnet@v2
$ pip install tensorflow>=2 --pre
$ pip install dm-sonnet>=2 --pre
```

You can run the following to verify things installed correctly:
Expand Down
2 changes: 1 addition & 1 deletion sonnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"static_unroll",
)

__version__ = "2.0.0a0"
__version__ = "2.0.0b0"

# ________________________________________
# / Please don't use symbols in `src` they \
Expand Down

0 comments on commit a750f28

Please sign in to comment.