Skip to content

Commit 783bc57

Browse files
Update benchmarks.yml
1 parent 731ef68 commit 783bc57

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)