We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5533e6e commit dccf656Copy full SHA for dccf656
.github/workflows/benchmarks.yml
@@ -54,10 +54,10 @@ jobs:
54
- name: Check TF_CPP_MAX_VLOG_LEVEL
55
working-directory: xla
56
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 }}
+ - name: Wait For Connection
+ uses: google-ml-infra/actions/ci_connection@main
+ with:
+ halt-dispatch-input: ${{ inputs.halt-for-connection }}
61
62
63
- name: Build hlo_runner_main_gpu
0 commit comments