Skip to content

Commit f216d1c

Browse files
Update benchmarks.yml
1 parent f075237 commit f216d1c

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
@@ -81,15 +81,15 @@ jobs:
8181
with:
8282
halt-dispatch-input: ${{ inputs.halt-for-connection }}
8383

84-
- name: Run an HLO file
85-
working-directory: xla
86-
run: |
87-
./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
84+
# - name: Run an HLO file
85+
# working-directory: xla
86+
# run: |
87+
# ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --log_output=True --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
8888

89-
- name: Wait For Connection
90-
uses: google-ml-infra/actions/ci_connection@main
91-
with:
92-
halt-dispatch-input: ${{ inputs.halt-for-connection }}
89+
# - name: Wait For Connection
90+
# uses: google-ml-infra/actions/ci_connection@main
91+
# with:
92+
# halt-dispatch-input: ${{ inputs.halt-for-connection }}
9393

9494
- name: Download parse_xla_logs.py
9595
working-directory: xla

0 commit comments

Comments
 (0)