Skip to content

Commit e50826b

Browse files
committed
A100 & L4
1 parent b3cbd5d commit e50826b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.lightning/workflows/fabric.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ trigger:
55
branches: ["master"]
66

77
timeout: "55" # minutes
8-
machine: "A100_X_2"
8+
machine: "L4_X_2"
99
parametrize:
1010
matrix: {}
1111
include:
1212
# 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"
15+
machine: "A100_X_2"
1516
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
1617
PACKAGE_NAME: "fabric"
1718
# - image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.7"

.lightning/workflows/pytorch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ trigger:
55
branches: ["master"]
66

77
timeout: "55" # minutes
8-
machine: "A100_X_2"
8+
machine: "l4_X_2"
99
parametrize:
1010
matrix: {}
1111
include:
1212
# 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"
15+
machine: "A100_X_2"
1516
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
1617
PACKAGE_NAME: "pytorch"
1718
# - image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.7"

0 commit comments

Comments
 (0)