Skip to content

Commit

Permalink
Release PAX 1.2.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573971812
  • Loading branch information
chandrasekhard2 committed Oct 17, 2023
1 parent d166de1 commit fc56bde
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version: 1.2.0
## Major Features and Improvements
## Breaking changes
## Deprecations
## Note
* Version: 1.2.0
* Build Date: 20231016
* Paxml commit: 4486d690773ba5d15d9e54b05a4e916b1a955de9
* Praxis version: 1.2.0
* Praxis commit: 7bd63412bf86a68e09fcd9455f76a4909d19377e
# Version: 1.1.0
## Major Features and Improvements
* Support multislice on Cloud TPU: example configs and instructions added ([link](https://github.com/google/paxml#pax-on-multislice)).
Expand Down
4 changes: 2 additions & 2 deletions paxml/pip_package/cloudbuild-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ steps:

substitutions:
_PYTHON_VERSION: '3.10'
_RELEASE_VERSION: '1.1.0' # or rX.Y
_PRAXIS_VERSION: '1.1.0' # or rX.Y
_RELEASE_VERSION: '1.2.0' # or rX.Y
_PRAXIS_VERSION: '1.2.0' # or rX.Y
_IMAGE_NAME: 'paxml_${_RELEASE_VERSION}_${_PYTHON_VERSION}'
_WHEEL_FOLDER: '/tmp/wheels'
options:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _get_requirements():

setup(
name='paxml',
version='1.1.0', # use major/minor version number, e.g. "0.1.0"
version='1.2.0', # use major/minor version number, e.g. "0.1.0"
description=(
'Framework to configure and run machine learning experiments '
'on top of Jax.'
Expand Down

0 comments on commit fc56bde

Please sign in to comment.