Skip to content

Commit fa770db

Browse files
committed
machine
1 parent abf4203 commit fa770db

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,7 +5,6 @@ trigger:
55
branches: ["master"]
66

77
timeout: "55" # minutes
8-
machine: "L4_X_2"
98
parametrize:
109
matrix: {}
1110
include:
@@ -15,10 +14,12 @@ parametrize:
1514
machine: "A100_X_2"
1615
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
1716
PACKAGE_NAME: "fabric"
17+
machine: "L4_X_2"
1818
# - image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.7"
1919
# PACKAGE_NAME: "fabric"
2020
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
2121
PACKAGE_NAME: "lightning"
22+
machine: "L4_X_2"
2223
exclude: []
2324

2425
env:

.lightning/workflows/pytorch.yml

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

77
timeout: "55" # minutes
8-
machine: "l4_X_2"
98
parametrize:
109
matrix: {}
1110
include:
@@ -15,10 +14,12 @@ parametrize:
1514
machine: "A100_X_2"
1615
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
1716
PACKAGE_NAME: "pytorch"
17+
machine: "L4_X_2"
1818
# - image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.7"
1919
# PACKAGE_NAME: "pytorch"
2020
- image: "pytorchlightning/pytorch_lightning:base-cuda12.6.3-py3.12-torch2.8"
2121
PACKAGE_NAME: "lightning"
22+
machine: "L4_X_2"
2223
exclude: []
2324

2425
env:

0 commit comments

Comments
 (0)