Skip to content

Commit

Permalink
use released image name
Browse files Browse the repository at this point in the history
  • Loading branch information
bigning committed Sep 10, 2024
1 parent 4cdaf9c commit 51c9240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ 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: ghcr.io/databricks-mosaic/ci-staging:c8adabd3-6859-44d6-8bc6-6d6f2c69000e
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04

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:71 [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
container: mosaicml/pytorch:2.4.0_cpu-python3.11-ubuntu20.04
container: mosaicml/pytorch:2.4.1_cpu-python3.11-ubuntu20.04
markers: not daily and not remote and not gpu and doctest
pytest_command: coverage run -m pytest tests/test_docs.py
steps:
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: ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04

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:73 [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: ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04

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:73 [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: ghcr.io/databricks-mosaic/ci-staging:0ccca195-2605-483b-93a1-4753b5d53669
container: mosaicml/pytorch:2.4.1_cu124-python3.11-ubuntu20.04

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:73 [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 51c9240

Please sign in to comment.