Skip to content

Commit

Permalink
Bump version to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bandish Shah committed Feb 3, 2023
1 parent 7d45bc2 commit f15b077
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

"""The Composer Version."""

__version__ = '0.12.0'
__version__ = '0.12.1'
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ all dependencies for both NLP and Vision models. They are built on top of the
|--------------------|----------------|--------------------------------|
| latest | Yes | `mosaicml/composer:latest` |
| latest | No | `mosaicml/composer:latest_cpu` |
| 0.12.0 | Yes | `mosaicml/composer:0.12.0` |
| 0.12.0 | No | `mosaicml/composer:0.12.0_cpu` |
| 0.12.1 | Yes | `mosaicml/composer:0.12.1` |
| 0.12.1 | No | `mosaicml/composer:0.12.1_cpu` |
<!-- END_COMPOSER_BUILD_MATRIX -->


Expand Down
8 changes: 4 additions & 4 deletions docker/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,25 +129,25 @@
TORCHVISION_VERSION: 0.14.1
- AWS_OFI_NCCL_VERSION: ''
BASE_IMAGE: nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.12.0
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.12.1
CUDA_VERSION: 11.7.1
MOFED_VERSION: 5.5-1.0.3.2
PYTHON_VERSION: '3.10'
PYTORCH_VERSION: 1.13.1
TAGS:
- mosaicml/composer:0.12.0
- mosaicml/composer:0.12.1
TARGET: composer_stage
TORCHTEXT_VERSION: 0.14.1
TORCHVISION_VERSION: 0.14.1
- AWS_OFI_NCCL_VERSION: ''
BASE_IMAGE: ubuntu:20.04
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.12.0
COMPOSER_INSTALL_COMMAND: mosaicml[all]==0.12.1
CUDA_VERSION: ''
MOFED_VERSION: 5.5-1.0.3.2
PYTHON_VERSION: '3.10'
PYTORCH_VERSION: 1.13.1
TAGS:
- mosaicml/composer:0.12.0_cpu
- mosaicml/composer:0.12.1_cpu
TARGET: composer_stage
TORCHTEXT_VERSION: 0.14.1
TORCHVISION_VERSION: 0.14.1
Expand Down
2 changes: 1 addition & 1 deletion docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _main():
composer_entries = []

# The `GIT_COMMIT` is a placeholder and Jenkins will substitute it with the actual git commit for the `composer_staging` images
composer_versions = ['', '==0.12.0', 'GIT_COMMIT'] # Only build images for the latest composer version
composer_versions = ['', '==0.12.1', 'GIT_COMMIT'] # Only build images for the latest composer version
composer_python_versions = [LATEST_PYTHON_VERSION] # just build composer against the latest

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

0 comments on commit f15b077

Please sign in to comment.