Skip to content

Commit a750f28

Browse files
tomhennigansonnet-copybara
authored andcommitted
Bump Sonnet 2 to beta.
PiperOrigin-RevId: 267586634 Change-Id: I737787c138141db3c3f5dee43ab617324270143f
1 parent ecf4e35 commit a750f28

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

@@ -46,12 +46,11 @@ notebook attached to a GPU or TPU.
4646

4747
## Installation
4848

49-
Sonnet 2 is built for TensorFlow 2. To get started install the TensorFlow 2.0
50-
nightly preview and Sonnet 2 from source:
49+
To get started install TensorFlow 2.0 and Sonnet 2:
5150

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

5756
You can run the following to verify things installed correctly:

Diff for: sonnet/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"static_unroll",
143143
)
144144

145-
__version__ = "2.0.0a0"
145+
__version__ = "2.0.0b0"
146146

147147
# ________________________________________
148148
# / Please don't use symbols in `src` they \

0 commit comments

Comments
 (0)