Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test 09 03 docker branch #2521

Closed
wants to merge 11 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
- name: 'cpu-3.10-2.1'
container: mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04
container: mosaicml/pytorch:2.1.0_cu121-rc3-python3.10-ubuntu20.04
markers: 'not daily and (remote or not remote) and not gpu and not vision and not doctest'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
pytest_command: 'coverage run -m pytest'
composer_package_name: 'composer'
- name: 'daily-cpu-3.10-2.1'
container: mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04
container: mosaicml/pytorch:2.1.0_cu121-rc3-python3.10-ubuntu20.04
markers: 'daily and (remote or not remote) and not gpu and not vision and not doctest'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
- name: 'cpu-3.10-2.1'
container: mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04
container: mosaicml/pytorch:2.1.0_cu121-rc3-python3.10-ubuntu20.04
markers: 'not daily and not remote and not gpu and not vision and not doctest'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
markers: 'not daily and not remote and gpu and (vision or not vision) and (doctest or not doctest)'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
- name: 'gpu-2.1.0_cu121-nightly-doctest'
container: mosaicml/pytorch:2.1.0_cu121-rc3-python3.10-ubuntu20.04
markers: 'not daily and not remote and gpu and (vision or not vision) and (doctest or not doctest)'
pytest_command: 'coverage run -m pytest'
composer_package_name: 'mosaicml'
name: ${{ matrix.name }}
if: github.repository_owner == 'mosaicml'
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pytest-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Maximize Build Space on Worker
uses: easimon/maximize-build-space@v4
with:
overprovision-lvm: true
remove-dotnet: true
remove-android: true
remove-haskell: true
- name: Setup
run: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To install composer, once inside the image, run `pip install mosaicml`.
<!-- BEGIN_PYTORCH_BUILD_MATRIX -->
| Linux Distro | Flavor | PyTorch Version | CUDA Version | Python Version | Docker Tags |
|----------------|----------|-------------------|---------------------|------------------|---------------------------------------------------------------------------------------------------|
| Ubuntu 20.04 | Base | 2.1.0 | 12.1.0 (Infiniband) | 3.10 | `mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04` |
| Ubuntu 20.04 | Base | 2.1.0 | 12.1.0 (Infiniband) | 3.10 | `mosaicml/pytorch:2.1.0_cu121-nightly20230903-python3.10-ubuntu20.04` |
| Ubuntu 20.04 | Base | 2.0.1 | 11.8.0 (Infiniband) | 3.10 | `mosaicml/pytorch:2.0.1_cu118-python3.10-ubuntu20.04` |
| Ubuntu 20.04 | Base | 2.0.1 | 11.8.0 (EFA) | 3.10 | `mosaicml/pytorch:2.0.1_cu118-python3.10-ubuntu20.04-aws` |
| Ubuntu 20.04 | Base | 2.0.1 | cpu | 3.10 | `mosaicml/pytorch:2.0.1_cpu-python3.10-ubuntu20.04` |
Expand Down
6 changes: 3 additions & 3 deletions docker/build_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@
- AWS_OFI_NCCL_VERSION: ''
BASE_IMAGE: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04
CUDA_VERSION: 12.1.0
IMAGE_NAME: torch-nightly-2-1-0-20230827-cu121
IMAGE_NAME: torch-nightly-2-1-0-20230903-cu121
MOFED_VERSION: 5.5-1.0.3.2
PYTHON_VERSION: '3.10'
PYTORCH_NIGHTLY_URL: https://download.pytorch.org/whl/nightly/cu121
PYTORCH_NIGHTLY_VERSION: dev20230827+cu121
PYTORCH_NIGHTLY_VERSION: dev20230903+cu121
PYTORCH_VERSION: 2.1.0
TAGS:
- mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04
- mosaicml/pytorch:2.1.0_cu121-nightly20230903-python3.10-ubuntu20.04
TARGET: pytorch_stage
TORCHTEXT_VERSION: 0.16.0
TORCHVISION_VERSION: 0.16.0
Expand Down
6 changes: 3 additions & 3 deletions docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ def _main():
'AWS_OFI_NCCL_VERSION': '',
'BASE_IMAGE': 'nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04',
'CUDA_VERSION': '12.1.0',
'IMAGE_NAME': 'torch-nightly-2-1-0-20230827-cu121',
'IMAGE_NAME': 'torch-nightly-2-1-0-20230903-cu121',
'MOFED_VERSION': '5.5-1.0.3.2',
'PYTHON_VERSION': '3.10',
'PYTORCH_VERSION': '2.1.0',
'PYTORCH_NIGHTLY_URL': 'https://download.pytorch.org/whl/nightly/cu121',
'PYTORCH_NIGHTLY_VERSION': 'dev20230827+cu121',
'TAGS': ['mosaicml/pytorch:2.1.0_cu121-nightly20230827-python3.10-ubuntu20.04'],
'PYTORCH_NIGHTLY_VERSION': 'dev20230903+cu121',
'TAGS': ['mosaicml/pytorch:2.1.0_cu121-nightly20230903-python3.10-ubuntu20.04'],
'TARGET': 'pytorch_stage',
'TORCHTEXT_VERSION': '0.16.0',
'TORCHVISION_VERSION': '0.16.0'
Expand Down
Loading