Skip to content

Commit 8e83ff8

Browse files
bandish-shahBandish Shah
authored andcommitted
Bump version to 0.13.1 (#2033)
1 parent 82eaf5a commit 8e83ff8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.13.0'
6+
__version__ = '0.13.1'

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ all dependencies for both NLP and Vision models. They are built on top of the
1515
<!-- BEGIN_COMPOSER_BUILD_MATRIX -->
1616
| Composer Version | CUDA Support | Docker Tag |
1717
|--------------------|----------------|----------------------------------------------------------------|
18-
| 0.13.0 | Yes | `mosaicml/composer:latest`, `mosaicml/composer:0.13.0` |
19-
| 0.13.0 | No | `mosaicml/composer:latest_cpu`, `mosaicml/composer:0.13.0_cpu` |
18+
| 0.13.1 | Yes | `mosaicml/composer:latest`, `mosaicml/composer:0.13.1` |
19+
| 0.13.1 | No | `mosaicml/composer:latest_cpu`, `mosaicml/composer:0.13.1_cpu` |
2020
<!-- END_COMPOSER_BUILD_MATRIX -->
2121

2222

docker/build_matrix.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,28 +114,28 @@
114114
TORCHVISION_VERSION: 0.14.1
115115
- AWS_OFI_NCCL_VERSION: ''
116116
BASE_IMAGE: nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
117-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.13.0
117+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.13.1
118118
CUDA_VERSION: 11.7.1
119-
IMAGE_NAME: composer-0-13-0
119+
IMAGE_NAME: composer-0-13-1
120120
MOFED_VERSION: 5.5-1.0.3.2
121121
PYTHON_VERSION: '3.10'
122122
PYTORCH_VERSION: 1.13.1
123123
TAGS:
124-
- mosaicml/composer:0.13.0
124+
- mosaicml/composer:0.13.1
125125
- mosaicml/composer:latest
126126
TARGET: composer_stage
127127
TORCHTEXT_VERSION: 0.14.1
128128
TORCHVISION_VERSION: 0.14.1
129129
- AWS_OFI_NCCL_VERSION: ''
130130
BASE_IMAGE: ubuntu:20.04
131-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.13.0
131+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.13.1
132132
CUDA_VERSION: ''
133-
IMAGE_NAME: composer-0-13-0-cpu
133+
IMAGE_NAME: composer-0-13-1-cpu
134134
MOFED_VERSION: 5.5-1.0.3.2
135135
PYTHON_VERSION: '3.10'
136136
PYTORCH_VERSION: 1.13.1
137137
TAGS:
138-
- mosaicml/composer:0.13.0_cpu
138+
- mosaicml/composer:0.13.1_cpu
139139
- mosaicml/composer:latest_cpu
140140
TARGET: composer_stage
141141
TORCHTEXT_VERSION: 0.14.1

docker/generate_build_matrix.py

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

215215
# The `GIT_COMMIT` is a placeholder and Jenkins will substitute it with the actual git commit for the `composer_staging` images
216-
composer_versions = ['0.13.0'] # Only build images for the latest composer version
216+
composer_versions = ['0.13.1'] # Only build images for the latest composer version
217217
composer_python_versions = [LATEST_PYTHON_VERSION] # just build composer against the latest
218218

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

0 commit comments

Comments
 (0)