File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
4
4
"""The Composer Version."""
5
5
6
- __version__ = '0.30 .0.dev0'
6
+ __version__ = '0.31 .0.dev0'
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ all dependencies for both NLP and Vision models. They are built on top of the
15
15
<!-- BEGIN_COMPOSER_BUILD_MATRIX -->
16
16
| Composer Version | CUDA Support | Docker Tag |
17
17
| --------------------| ----------------| ----------------------------------------------------------------|
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 ` |
20
20
<!-- END_COMPOSER_BUILD_MATRIX -->
21
21
22
22
** Note** : For a lightweight installation, we recommended using a [ MosaicML PyTorch Image] ( #pytorch-images ) and manually
Original file line number Diff line number Diff line change 130
130
TORCHVISION_VERSION : 0.19.1
131
131
- AWS_OFI_NCCL_VERSION : ' '
132
132
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
134
134
CUDA_VERSION : 12.4.1
135
- IMAGE_NAME : composer-0-29 -0
135
+ IMAGE_NAME : composer-0-30 -0
136
136
MOFED_VERSION : latest-23.10
137
137
NVIDIA_REQUIRE_CUDA_OVERRIDE : ' '
138
138
PYTHON_VERSION : ' 3.12'
139
139
PYTORCH_NIGHTLY_URL : ' '
140
140
PYTORCH_NIGHTLY_VERSION : ' '
141
141
PYTORCH_VERSION : 2.6.0
142
142
TAGS :
143
- - mosaicml/composer:0.29 .0
143
+ - mosaicml/composer:0.30 .0
144
144
- mosaicml/composer:latest
145
145
TARGET : composer_stage
146
146
TORCHVISION_VERSION : 0.21.0
147
147
- AWS_OFI_NCCL_VERSION : ' '
148
148
BASE_IMAGE : ubuntu:22.04
149
- COMPOSER_INSTALL_COMMAND : mosaicml[all]==0.29 .0
149
+ COMPOSER_INSTALL_COMMAND : mosaicml[all]==0.30 .0
150
150
CUDA_VERSION : ' '
151
- IMAGE_NAME : composer-0-29 -0-cpu
151
+ IMAGE_NAME : composer-0-30 -0-cpu
152
152
MOFED_VERSION : latest-23.10
153
153
NVIDIA_REQUIRE_CUDA_OVERRIDE : ' '
154
154
PYTHON_VERSION : ' 3.12'
155
155
PYTORCH_NIGHTLY_URL : ' '
156
156
PYTORCH_NIGHTLY_VERSION : ' '
157
157
PYTORCH_VERSION : 2.6.0
158
158
TAGS :
159
- - mosaicml/composer:0.29 .0_cpu
159
+ - mosaicml/composer:0.30 .0_cpu
160
160
- mosaicml/composer:latest_cpu
161
161
TARGET : composer_stage
162
162
TORCHVISION_VERSION : 0.21.0
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ def _main():
239
239
composer_entries = []
240
240
241
241
# 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
243
243
composer_python_versions = [PRODUCTION_PYTHON_VERSION ] # just build composer against the latest
244
244
245
245
for product in itertools .product (composer_python_versions , composer_versions , cuda_options ):
You can’t perform that action at this time.
0 commit comments