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 @@ -23,16 +23,16 @@ jobs:
2323 options : --gpus all --privileged # Might need privileged mode, use with caution
2424
2525 steps :
26- # - name: Checkout XLA
27- # uses: actions/checkout@v3
28- # with:
29- # repository: openxla/xla # Replace with your fork if needed
30- # path: xla
31- - name : Checkout repository
26+ - name : Checkout XLA
3227 uses : actions/checkout@v3
3328 with :
34- repository : juliagmt-google /xla
29+ repository : openxla /xla # Replace with your fork if needed
3530 path : xla
31+ # - name: Checkout repository
32+ # uses: actions/checkout@v3
33+ # with:
34+ # repository: juliagmt-google/xla
35+ # path: xla
3636
3737 - name : Create results directory
3838 working-directory : xla
5757
5858 - name : Build hlo_runner_main
5959 working-directory : xla
60- run : bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main
60+ run : bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main_gpu
6161
6262 # - name: Wait For Connection
6363 # uses: google-ml-infra/actions/ci_connection@main
You can’t perform that action at this time.
0 commit comments