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 @@ -108,15 +108,15 @@ jobs:
108108 uses : google-ml-infra/actions/ci_connection@main
109109 with :
110110 halt-dispatch-input : ${{ inputs.halt-for-connection }}
111- - name : Run specific HLO file v2
112- working-directory : xla
113- run : |
114- ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo --dump_output_literal_to=results/gemm_00881937d6d49056045c3325a12b108b_v2.txt
111+ # - name: Run specific HLO file v2
112+ # working-directory: xla
113+ # run: |
114+ # ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gemm_00881937d6d49056045c3325a12b108b.hlo --dump_output_literal_to=results/gemm_00881937d6d49056045c3325a12b108b_v2.txt
115115
116- - name : Wait For Connection
117- uses : google-ml-infra/actions/ci_connection@main
118- with :
119- halt-dispatch-input : ${{ inputs.halt-for-connection }}
116+ # - name: Wait For Connection
117+ # uses: google-ml-infra/actions/ci_connection@main
118+ # with:
119+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
120120 - name : Download parse_xla_logs.py
121121 working-directory : xla
122122 run : wget https://raw.githubusercontent.com/juliagmt-google/xla/main/.github/workflows/parse_xla_logs.py
You can’t perform that action at this time.
0 commit comments