Skip to content

Commit 4f6859a

Browse files
committed
TORCH_VER
1 parent a023307 commit 4f6859a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lightning/workflows/fabric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ machine: "L4_X_2"
99
parametrize:
1010
matrix: {}
1111
include:
12-
# note that this is setting also all oldest requirements which is linked to Torch == 2.0
12+
# note that this is setting also all oldest requirements which is linked to Torch == 2.1
1313
- image: "pytorchlightning/pytorch_lightning:base-cuda12.1.1-py3.10-torch2.1"
1414
PACKAGE_NAME: "fabric"
1515
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"

.lightning/workflows/pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ machine: "L4_X_2"
99
parametrize:
1010
matrix: {}
1111
include:
12-
# note that this is setting also all oldest requirements which is linked to Torch == 2.0
12+
# note that this is setting also all oldest requirements which is linked to Torch == 2.1
1313
- image: "pytorchlightning/pytorch_lightning:base-cuda12.1.1-py3.10-torch2.1"
1414
PACKAGE_NAME: "pytorch"
1515
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"

0 commit comments

Comments
 (0)