Skip to content

Commit 560c96e

Browse files
Update benchmarks.yml
1 parent f9527cf commit 560c96e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout XLA
2727
uses: actions/checkout@v3
2828
with:
29-
repository: openxla
29+
repository: openxla/xla
3030

3131
- name: Print machine specs
3232
run: |
@@ -46,7 +46,10 @@ jobs:
4646

4747
- name: Configure XLA
4848
working-directory: xla
49-
run: ./configure.py --backend CUDA --nccl
49+
run: |
50+
ls
51+
cd xla
52+
./configure.py --backend CUDA --nccl
5053
5154
- name: Set TF_CPP_MAX_VLOG_LEVEL
5255
working-directory: xla

0 commit comments

Comments
 (0)