Skip to content

Commit

Permalink
fix typo in CI (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Jun 14, 2024
1 parent 1a2fac0 commit 82ef072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pytest_command: "coverage run -m pytest"
pip_deps: "[all]"
- name: "gpu-2.3.1"
container: mosaicml/llm-foundry:2.3.1_cu121_flash2-latest
container: mosaicml/llm-foundry:2.3.1_cu121-latest
markers: "gpu"
pytest_command: "coverage run -m pytest"
pip_deps: "[all]"
Expand Down

0 comments on commit 82ef072

Please sign in to comment.