Update ci.yml for A100 GPU DDP runners (#22051)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2025-09-11 14:30:01 +02:00 committed by GitHub
parent 3a327b2853
commit 0b68f63df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -216,7 +216,7 @@ jobs:
GPU:
if: github.repository == 'ultralytics/ultralytics' && (github.event_name != 'workflow_dispatch' || github.event.inputs.gpu == 'true')
timeout-minutes: 20
runs-on: github-linux-gpu-t4-4-core
runs-on: gpu-latest
steps:
- uses: actions/checkout@v5
- uses: astral-sh/setup-uv@v6