File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments