Skip to content

Commit

Permalink
test 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bigning committed Sep 9, 2024
1 parent 991323c commit 17e4dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
markers: not daily and not remote and not gpu and not doctest
pytest_command: coverage run -m pytest
- name: cpu-3.11-2.4
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
container: mosaicml/ci-staging:c8adabd3-6859-44d6-8bc6-6d6f2c69000e,ghcr.io/databricks-mosaic/ci-staging:c8adabd3-6859-44d6-8bc6-6d6f2c69000e

Check failure on line 28 in .github/workflows/pr-cpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

28:121 [line-length] line too long (152 > 120 characters)

Check failure on line 28 in .github/workflows/pr-cpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

28:152 [trailing-spaces] trailing spaces
markers: not daily and not remote and not gpu and not doctest
pytest_command: coverage run -m pytest
- name: cpu-doctest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
include:
- name: gpu-3.11-2.4-1
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
container: mosaicml/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669,ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669

Check failure on line 19 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

19:121 [line-length] line too long (152 > 120 characters)

Check failure on line 19 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

19:152 [trailing-spaces] trailing spaces
markers: not daily and not remote and gpu and (doctest or not doctest)
pytest_command: coverage run -m pytest
composer_package_name: mosaicml
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
include:
- name: gpu-3.11-2.4-2
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
container: mosaicml/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669,ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669

Check failure on line 48 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

48:121 [line-length] line too long (152 > 120 characters)

Check failure on line 48 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

48:152 [trailing-spaces] trailing spaces
markers: not daily and not remote and gpu and (doctest or not doctest)
pytest_command: coverage run -m pytest
composer_package_name: mosaicml
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
include:
- name: gpu-3.11-2.4-4
container: mosaicml/pytorch:2.4.0_cu124-python3.11-ubuntu20.04
container: mosaicml/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669,ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669

Check failure on line 78 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

78:121 [line-length] line too long (152 > 120 characters)

Check failure on line 78 in .github/workflows/pr-gpu.yaml

View workflow job for this annotation

GitHub Actions / code-quality (3.11, [dev])

78:152 [trailing-spaces] trailing spaces
markers: not daily and not remote and gpu and (doctest or not doctest)
pytest_command: coverage run -m pytest
composer_package_name: mosaicml
Expand Down

0 comments on commit 17e4dec

Please sign in to comment.