Skip to content

Commit 53c5b6e

Browse files
Update benchmarks.yml
1 parent 84d9f47 commit 53c5b6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
- name: Check TF_CPP_MAX_VLOG_LEVEL
5555
working-directory: xla
5656
run: echo "$TF_CPP_MAX_VLOG_LEVEL"
57-
- name: Wait For Connection
58-
uses: google-ml-infra/actions/ci_connection@main
59-
with:
60-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
57+
# - name: Wait For Connection
58+
# uses: google-ml-infra/actions/ci_connection@main
59+
# with:
60+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
6161

6262
- name: Build hlo_runner_main
6363
working-directory: xla
@@ -89,10 +89,10 @@ jobs:
8989
run: |
9090
nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_v2.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
9191
92-
- name: Wait For Connection
93-
uses: google-ml-infra/actions/ci_connection@main
94-
with:
95-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
92+
# - name: Wait For Connection
93+
# uses: google-ml-infra/actions/ci_connection@main
94+
# with:
95+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
9696

9797
- name: Download parse_xla_logs.py
9898
working-directory: xla

0 commit comments

Comments
 (0)