File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ jobs:
2020 config : " --config=cuda"
2121 artifact : libpjrt_c_api_gpu_plugin.so
2222 renamed_artifact : libpjrt_cuda.so
23- runs_on : ["runs-on", "runner=32cpu-linux-x64 "]
23+ runs_on : ["self-hosted","nightly "]
2424 platform : linux-amd64
2525 bazel_target : //xla/pjrt/c:pjrt_c_api_gpu_plugin
2626 - target : rocm
2727 config : " --config=rocm"
2828 artifact : libpjrt_c_api_gpu_plugin.so
2929 renamed_artifact : libpjrt_rocm.so
30- runs_on : ["runs-on", "runner=32cpu-linux-x64", "image=ubuntu24-amd64 "]
30+ runs_on : ["self-hosted","nightly "]
3131 platform : linux-amd64
3232 bazel_target : //xla/pjrt/c:pjrt_c_api_gpu_plugin
33- runs-on : ubuntu-latest
33+ runs-on : ${{ matrix.pjrt.runs_on }}
3434 steps :
3535 - name : " Checking out repository"
3636 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments