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 731ef68 commit 783bc57Copy full SHA for 783bc57
.github/workflows/benchmarks.yml
@@ -23,16 +23,16 @@ jobs:
23
options: --gpus all --privileged # Might need privileged mode, use with caution
24
25
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
+ - name: Checkout XLA
32
uses: actions/checkout@v3
33
with:
34
- repository: juliagmt-google/xla
+ repository: openxla/xla # Replace with your fork if needed
35
path: xla
+ # - name: Checkout repository
+ # uses: actions/checkout@v3
+ # with:
+ # repository: juliagmt-google/xla
+ # path: xla
36
37
- name: Create results directory
38
working-directory: xla
0 commit comments