mirror of
https://github.com/ultralytics/ultralytics.git
synced 2025-09-15 15:48:41 +08:00
Update ci.yml for A100 GPU DDP runners (#22051)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3a327b2853
commit
0b68f63df0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
|||||||
GPU:
|
GPU:
|
||||||
if: github.repository == 'ultralytics/ultralytics' && (github.event_name != 'workflow_dispatch' || github.event.inputs.gpu == 'true')
|
if: github.repository == 'ultralytics/ultralytics' && (github.event_name != 'workflow_dispatch' || github.event.inputs.gpu == 'true')
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on: github-linux-gpu-t4-4-core
|
runs-on: gpu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: astral-sh/setup-uv@v6
|
- uses: astral-sh/setup-uv@v6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user