Skip to content

Commit e5ba4b2

Browse files
Update benchmarks.yml
1 parent abda341 commit e5ba4b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
timeout-minutes: 360
119119
steps:
120120
- name: Checkout XLA
121-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121+
uses: actions/checkout@v4 # v4.1.1
122+
with:
123+
repository: openxla/xla
122124
- name: Print machine specs
123125
run: |
124126
nvidia-smi

0 commit comments

Comments
 (0)