-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into will/bump_aws_ofi_nccl
- Loading branch information
Showing
98 changed files
with
962 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,15 +6,15 @@ on: | |
# or dev | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/dev' }} | ||
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
pytest-gpu-1: | ||
uses: mosaicml/ci-testing/.github/workflows/[email protected] | ||
strategy: | ||
matrix: | ||
include: | ||
- name: gpu-3.11-2.3-1 | ||
container: mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20.04 | ||
- name: gpu-3.11-2.4-1 | ||
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 | ||
markers: not daily and not remote and gpu and (doctest or not doctest) | ||
pytest_command: coverage run -m pytest | ||
composer_package_name: mosaicml | ||
|
@@ -29,7 +29,7 @@ jobs: | |
pip_deps: "[all]" | ||
pytest-command: ${{ matrix.pytest_command }} | ||
pytest-markers: ${{ matrix.markers }} | ||
python-version: 3.9 | ||
python-version: 3.11 | ||
gpu_num: 1 | ||
secrets: | ||
mcloud-api-key: ${{ secrets.MCLOUD_API_KEY }} | ||
|
@@ -39,8 +39,8 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- name: gpu-3.11-2.3-2 | ||
container: mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20.04 | ||
- name: gpu-3.11-2.4-2 | ||
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 | ||
markers: not daily and not remote and gpu and (doctest or not doctest) | ||
pytest_command: coverage run -m pytest | ||
composer_package_name: mosaicml | ||
|
@@ -55,7 +55,7 @@ jobs: | |
pip_deps: "[all]" | ||
pytest-command: ${{ matrix.pytest_command }} | ||
pytest-markers: ${{ matrix.markers }} | ||
python-version: 3.9 | ||
python-version: 3.11 | ||
gpu_num: 2 | ||
secrets: | ||
mcloud-api-key: ${{ secrets.MCLOUD_API_KEY }} | ||
|
@@ -66,8 +66,8 @@ jobs: | |
strategy: | ||
matrix: | ||
include: | ||
- name: gpu-3.11-2.3-4 | ||
container: mosaicml/pytorch:2.3.1_cu121-python3.11-ubuntu20.04 | ||
- name: gpu-3.11-2.4-4 | ||
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04 | ||
markers: not daily and not remote and gpu and (doctest or not doctest) | ||
pytest_command: coverage run -m pytest | ||
composer_package_name: mosaicml | ||
|
@@ -82,7 +82,7 @@ jobs: | |
pip_deps: "[all]" | ||
pytest-command: ${{ matrix.pytest_command }} | ||
pytest-markers: ${{ matrix.markers }} | ||
python-version: 3.9 | ||
python-version: 3.11 | ||
gpu_num: 4 | ||
secrets: | ||
mcloud-api-key: ${{ secrets.MCLOUD_API_KEY }} |
Oops, something went wrong.