Skip to content

Commit 4e352fc

Browse files
Update benchmarks.yml
1 parent 0e04c79 commit 4e352fc

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/benchmarks.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -16,42 +16,42 @@ on:
1616
- 'no'
1717

1818

19-
jobs:
20-
build-xla-gpu-and-test:
21-
runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
22-
container:
23-
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
24-
options: --gpus all --privileged # Might need privileged mode, use with caution
19+
# jobs:
20+
# build-xla-gpu-and-test:
21+
# runs-on: linux-x86-g2-48-l4-4gpu # Use a GPU-enabled runner
22+
# container:
23+
# image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
24+
# options: --gpus all --privileged # Might need privileged mode, use with caution
2525

26-
steps:
27-
# - name: Checkout XLA
28-
# uses: actions/checkout@v3
29-
# with:
30-
# repository: openxla/xla # Replace with your fork if needed
31-
- name: Checkout repository
32-
uses: actions/checkout@v3
33-
with:
34-
repository: juliagmt-google/xla
35-
ref: dev
36-
- name: Print machine specs
37-
run: |
38-
lscpu
39-
free -h # Memory information
40-
df -h # Disk space information
41-
uname -a # Kernel information
26+
# steps:
27+
# # - name: Checkout XLA
28+
# # uses: actions/checkout@v3
29+
# # with:
30+
# # repository: openxla/xla # Replace with your fork if needed
31+
# - name: Checkout repository
32+
# uses: actions/checkout@v3
33+
# with:
34+
# repository: juliagmt-google/xla
35+
# ref: dev
36+
# - name: Print machine specs
37+
# run: |
38+
# lscpu
39+
# free -h # Memory information
40+
# df -h # Disk space information
41+
# uname -a # Kernel information
4242

43-
- name: Create results directory
44-
working-directory: xla
45-
run: mkdir results
43+
# - name: Create results directory
44+
# working-directory: xla
45+
# run: mkdir results
4646

4747

48-
- name: Wait For Connection
49-
uses: google-ml-infra/actions/ci_connection@main
50-
with:
51-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
48+
# - name: Wait For Connection
49+
# uses: google-ml-infra/actions/ci_connection@main
50+
# with:
51+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
5252

5353

54-
# jobs:
54+
jobs:
5555
Tests:
5656
strategy:
5757
# Don't fail fast - want to see results for all builds even if one fails.

0 commit comments

Comments
 (0)