Skip to content

Commit 8ff8ec3

Browse files
author
Bandish Shah
committed
Update version to 0.9.0
1 parent d4d6d24 commit 8ff8ec3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

composer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
"""The Composer Version."""
55

6-
__version__ = '0.8.1'
6+
__version__ = '0.9.0'

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ all dependencies for both NLP and Vision models. They are built on top of the
1717
|--------------------|----------------|--------------------------------|
1818
| latest | Yes | `mosaicml/composer:latest` |
1919
| latest | No | `mosaicml/composer:latest_cpu` |
20-
| 0.8.2 | Yes | `mosaicml/composer:0.8.2` |
21-
| 0.8.2 | No | `mosaicml/composer:0.8.2_cpu` |
20+
| 0.9.0 | Yes | `mosaicml/composer:0.9.0` |
21+
| 0.9.0 | No | `mosaicml/composer:0.9.0_cpu` |
2222
<!-- END_COMPOSER_BUILD_MATRIX -->
2323

2424

docker/build_matrix.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,21 @@
9090
TARGET: composer_stage
9191
TORCHVISION_VERSION: 0.13.0
9292
- BASE_IMAGE: nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04
93-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.8.2
93+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.9.0
9494
CUDA_VERSION: 11.6.2
9595
PYTHON_VERSION: '3.9'
9696
PYTORCH_VERSION: 1.12.0
9797
TAGS:
98-
- mosaicml/composer:0.8.2
98+
- mosaicml/composer:0.9.0
9999
TARGET: composer_stage
100100
TORCHVISION_VERSION: 0.13.0
101101
- BASE_IMAGE: ubuntu:20.04
102-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.8.2
102+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.9.0
103103
CUDA_VERSION: ''
104104
PYTHON_VERSION: '3.9'
105105
PYTORCH_VERSION: 1.12.0
106106
TAGS:
107-
- mosaicml/composer:0.8.2_cpu
107+
- mosaicml/composer:0.9.0_cpu
108108
TARGET: composer_stage
109109
TORCHVISION_VERSION: 0.13.0
110110
- BASE_IMAGE: nvidia/cuda:11.6.2-cudnn8-devel-ubuntu20.04

docker/generate_build_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _main():
159159
composer_entries = []
160160

161161
# The `GIT_COMMIT` is a placeholder and Jenkins will substitute it with the actual git commit for the `composer_staging` images
162-
composer_versions = ['', '==0.8.2', 'GIT_COMMIT'] # Only build images for the latest composer version
162+
composer_versions = ['', '==0.9.0', 'GIT_COMMIT'] # Only build images for the latest composer version
163163
composer_python_versions = ['3.9'] # just build composer against the latest
164164

165165
for product in itertools.product(composer_python_versions, composer_versions, cuda_options):

0 commit comments

Comments
 (0)