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 27edf3e commit 6e1ddeeCopy full SHA for 6e1ddee
.github/workflows/gpu_tests.yml
@@ -61,7 +61,7 @@ jobs:
61
if: needs.check-file-changes.outputs.any_changed == 'true'
62
# Runner list at https://github.com/nv-gha-runners/enterprise-runner-configuration/blob/main/docs/runner-groups.md
63
runs-on: linux-amd64-gpu-l4-latest-1
64
- timeout-minutes: 90
+ timeout-minutes: 120
65
container: &gpu_container
66
image: nvcr.io/nvidia/pytorch:25.06-py3
67
env:
@@ -80,7 +80,7 @@ jobs:
80
if: ${{ !startsWith(github.ref, 'refs/heads/pull-request/') }}
81
82
runs-on: linux-amd64-gpu-h100-latest-1
83
84
container: *gpu_container
85
steps: *gpu_steps
86
gpu-pr-required-check:
0 commit comments