Skip to content

Commit

Permalink
Switch to tf 2.x.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 304663508
  • Loading branch information
adarob authored and t5-copybara committed Apr 3, 2020
1 parent 2641f46 commit 83cd697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Please use the following command to create a TPU device in the Cloud VM.

```sh
ctpu up --name=$TPU_NAME --project=$PROJECT --zone=$ZONE --tpu-size=v3-8 \
--tpu-only --tf-version=1.15 --noconf
--tpu-only --tf-version=2.1 --noconf
```


Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
'scipy',
'sentencepiece',
'six>=1.14', # TODO(adarob): Remove once rouge-score is updated.
'tensorflow-text~=1.15',
'tensorflow-text',
'tfds-nightly',
],
extras_require={
'tensorflow': ['tensorflow~=1.15'],
'gcp': ['gevent', 'google-api-python-client', 'google-compute-engine',
'google-cloud-storage', 'oauth2client'],
'cache-tasks': [
Expand Down
2 changes: 1 addition & 1 deletion t5/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = '0.3.2'
__version__ = '0.4.0'

0 comments on commit 83cd697

Please sign in to comment.