There was an error while loading. Please reload this page.
1 parent e0fd386 commit 69ff75aCopy full SHA for 69ff75a
1 file changed
.github/workflows/deepinv_run_hf.yml
@@ -12,7 +12,6 @@ on:
12
jobs:
13
find-benchmarks:
14
runs-on: ubuntu-latest
15
- timeout-minutes: 4320 # 3 days (max)
16
outputs:
17
benchmark-dirs: ${{ steps.find-dirs.outputs.dirs }}
18
steps:
@@ -37,6 +36,7 @@ jobs:
37
36
run-benchmarks:
38
runs-on: gpu # ubuntu-latest
39
needs: find-benchmarks
+ timeout-minutes: 4320 # 3 days (max)
40
strategy:
41
matrix:
42
benchmark_dir: ${{ fromJson(needs.find-benchmarks.outputs.benchmark-dirs) }}
0 commit comments