Skip to content

Commit 91eb6b8

Browse files
KuuCiVincent Chen
andauthored
Bump Composer 0.31.0.dev0 (mosaicml#3808)
Co-authored-by: Vincent Chen <[email protected]>
1 parent 01451a2 commit 91eb6b8

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.30.0.dev0'
6+
__version__ = '0.31.0.dev0'

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.29.0 | Yes | `mosaicml/composer:latest`, `mosaicml/composer:0.29.0` |
19-
| 0.29.0 | No | `mosaicml/composer:latest_cpu`, `mosaicml/composer:0.29.0_cpu` |
18+
| 0.30.0 | Yes | `mosaicml/composer:latest`, `mosaicml/composer:0.30.0` |
19+
| 0.30.0 | No | `mosaicml/composer:latest_cpu`, `mosaicml/composer:0.30.0_cpu` |
2020
<!-- END_COMPOSER_BUILD_MATRIX -->
2121

2222
**Note**: For a lightweight installation, we recommended using a [MosaicML PyTorch Image](#pytorch-images) and manually

docker/build_matrix.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,33 +130,33 @@
130130
TORCHVISION_VERSION: 0.19.1
131131
- AWS_OFI_NCCL_VERSION: ''
132132
BASE_IMAGE: nvidia/cuda:12.4.1-cudnn-devel-ubuntu22.04
133-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.29.0
133+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.30.0
134134
CUDA_VERSION: 12.4.1
135-
IMAGE_NAME: composer-0-29-0
135+
IMAGE_NAME: composer-0-30-0
136136
MOFED_VERSION: latest-23.10
137137
NVIDIA_REQUIRE_CUDA_OVERRIDE: ''
138138
PYTHON_VERSION: '3.12'
139139
PYTORCH_NIGHTLY_URL: ''
140140
PYTORCH_NIGHTLY_VERSION: ''
141141
PYTORCH_VERSION: 2.6.0
142142
TAGS:
143-
- mosaicml/composer:0.29.0
143+
- mosaicml/composer:0.30.0
144144
- mosaicml/composer:latest
145145
TARGET: composer_stage
146146
TORCHVISION_VERSION: 0.21.0
147147
- AWS_OFI_NCCL_VERSION: ''
148148
BASE_IMAGE: ubuntu:22.04
149-
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.29.0
149+
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.30.0
150150
CUDA_VERSION: ''
151-
IMAGE_NAME: composer-0-29-0-cpu
151+
IMAGE_NAME: composer-0-30-0-cpu
152152
MOFED_VERSION: latest-23.10
153153
NVIDIA_REQUIRE_CUDA_OVERRIDE: ''
154154
PYTHON_VERSION: '3.12'
155155
PYTORCH_NIGHTLY_URL: ''
156156
PYTORCH_NIGHTLY_VERSION: ''
157157
PYTORCH_VERSION: 2.6.0
158158
TAGS:
159-
- mosaicml/composer:0.29.0_cpu
159+
- mosaicml/composer:0.30.0_cpu
160160
- mosaicml/composer:latest_cpu
161161
TARGET: composer_stage
162162
TORCHVISION_VERSION: 0.21.0

docker/generate_build_matrix.py

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

241241
# The `GIT_COMMIT` is a placeholder and Jenkins will substitute it with the actual git commit for the `composer_staging` images
242-
composer_versions = ['0.29.0'] # Only build images for the latest composer version
242+
composer_versions = ['0.30.0'] # Only build images for the latest composer version
243243
composer_python_versions = [PRODUCTION_PYTHON_VERSION] # just build composer against the latest
244244

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

0 commit comments

Comments
 (0)