We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff550 commit fd8cbafCopy full SHA for fd8cbaf
.github/workflows/docker.yaml
@@ -23,6 +23,12 @@ jobs:
23
- name: "2.2.0_cu121_flash2_aws"
24
base_image: mosaicml/pytorch:2.2.0_cu121-python3.11-ubuntu20.04-aws
25
dep_groups: "[gpu-flash2]"
26
+ - name: "2.2.1_cu121_flash2"
27
+ base_image: mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04
28
+ dep_groups: "[gpu-flash2]"
29
+ - name: "2.2.1_cu121_flash2_aws"
30
+ base_image: mosaicml/pytorch:2.2.1_cu121-python3.11-ubuntu20.04-aws
31
32
steps:
33
- name: Maximize Build Space on Worker
34
uses: easimon/maximize-build-space@v4
0 commit comments