Skip to content

Commit 099c69e

Browse files
[XLA] Add a runner with 1 L4 GPU to GPU nightly workflows
PiperOrigin-RevId: 736389437
1 parent b2149c1 commit 099c69e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gpu_benchmarks_nightly.yml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest",
3434
pretty_name: "Linux X86 runner with 4 NVIDIA L4 GPUs",
3535
},
36+
{
37+
os: "linux-x86-g2-16-l4-1gpu",
38+
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest",
39+
pretty_name: "Linux X86 runner with 1 NVIDIA L4 GPU",
40+
},
3641
# Expect more GPU types in the future.
3742
]
3843
name: ${{ matrix.job_info.pretty_name }}

0 commit comments

Comments
 (0)