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.13.0 '
6
+ __version__ = '0.13.1 '
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.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 ` |
20
20
<!-- END_COMPOSER_BUILD_MATRIX -->
21
21
22
22
Original file line number Diff line number Diff line change 114
114
TORCHVISION_VERSION : 0.14.1
115
115
- AWS_OFI_NCCL_VERSION : ' '
116
116
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
118
118
CUDA_VERSION : 11.7.1
119
- IMAGE_NAME : composer-0-13-0
119
+ IMAGE_NAME : composer-0-13-1
120
120
MOFED_VERSION : 5.5-1.0.3.2
121
121
PYTHON_VERSION : ' 3.10'
122
122
PYTORCH_VERSION : 1.13.1
123
123
TAGS :
124
- - mosaicml/composer:0.13.0
124
+ - mosaicml/composer:0.13.1
125
125
- mosaicml/composer:latest
126
126
TARGET : composer_stage
127
127
TORCHTEXT_VERSION : 0.14.1
128
128
TORCHVISION_VERSION : 0.14.1
129
129
- AWS_OFI_NCCL_VERSION : ' '
130
130
BASE_IMAGE : ubuntu:20.04
131
- COMPOSER_INSTALL_COMMAND : mosaicml[all]==0.13.0
131
+ COMPOSER_INSTALL_COMMAND : mosaicml[all]==0.13.1
132
132
CUDA_VERSION : ' '
133
- IMAGE_NAME : composer-0-13-0 -cpu
133
+ IMAGE_NAME : composer-0-13-1 -cpu
134
134
MOFED_VERSION : 5.5-1.0.3.2
135
135
PYTHON_VERSION : ' 3.10'
136
136
PYTORCH_VERSION : 1.13.1
137
137
TAGS :
138
- - mosaicml/composer:0.13.0_cpu
138
+ - mosaicml/composer:0.13.1_cpu
139
139
- mosaicml/composer:latest_cpu
140
140
TARGET : composer_stage
141
141
TORCHTEXT_VERSION : 0.14.1
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ def _main():
213
213
composer_entries = []
214
214
215
215
# 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
217
217
composer_python_versions = [LATEST_PYTHON_VERSION ] # just build composer against the latest
218
218
219
219
for product in itertools .product (composer_python_versions , composer_versions , cuda_options ):
You can’t perform that action at this time.
0 commit comments