Skip to content

Commit

Permalink
Fix composer gpu daily test to use torch 2.5.1 (#3712)
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Tang <[email protected]>
  • Loading branch information
j316chuck and Chuck Tang authored Nov 14, 2024
1 parent 90b4517 commit 1c9a0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
include:
- name: gpu-3.11-2.5-2
container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04
container: mosaicml/pytorch:2.5.1_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
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
matrix:
include:
- name: gpu-3.11-2.5-4
container: mosaicml/pytorch:2.5.0_cu124-python3.11-ubuntu20.04
container: mosaicml/pytorch:2.5.1_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
Expand Down

0 comments on commit 1c9a0ed

Please sign in to comment.