File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,14 @@ jobs:
5757 strategy :
5858 matrix :
5959 " Fabric | latest " :
60- image : " pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.0 "
60+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.1 "
6161 PACKAGE_NAME : " fabric"
6262 " Lightning | latest " :
63- image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.0 "
63+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.1 "
6464 PACKAGE_NAME : " lightning"
65+ " Fabric | future " :
66+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
67+ PACKAGE_NAME : " fabric"
6568 workspace :
6669 clean : all
6770 steps :
Original file line number Diff line number Diff line change @@ -50,11 +50,14 @@ jobs:
5050 strategy :
5151 matrix :
5252 " PyTorch | latest " :
53- image : " pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.0 "
53+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.11-torch2.3-cuda12.1.1 "
5454 PACKAGE_NAME : " pytorch"
5555 " Lightning | latest " :
56- image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.0 "
56+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.5-cuda12.1.1 "
5757 PACKAGE_NAME : " lightning"
58+ " PyTorch | future " :
59+ image : " pytorchlightning/pytorch_lightning:base-cuda-py3.12-torch2.6-cuda12.4.1"
60+ PACKAGE_NAME : " pytorch"
5861 pool : lit-rtx-3090
5962 variables :
6063 DEVICES : $( python -c 'print("$(Agent.Name)".split("_")[-1])' )
You can’t perform that action at this time.
0 commit comments