Skip to content

Commit c5807f7

Browse files
Update ci-testing.yml (#13094)
* Update ci-testing.yml Signed-off-by: Glenn Jocher <[email protected]> * Auto-format by https://ultralytics.com/actions * Update requirements.txt Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]>
1 parent 3742ab4 commit c5807f7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci-testing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
branches: [master]
1111
schedule:
1212
- cron: "0 0 * * *" # runs at 00:00 UTC every day
13+
workflow_dispatch:
1314

1415
jobs:
1516
Benchmarks:

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ thop>=0.1.1 # FLOPs computation
1515
torch>=1.8.0 # see https://pytorch.org/get-started/locally (recommended)
1616
torchvision>=0.9.0
1717
tqdm>=4.64.0
18-
ultralytics>=8.0.232
18+
ultralytics>=8.2.32 # https://ultralytics.com
1919
# protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
2020

2121
# Logging ---------------------------------------------------------------------

utils/segment/dataloaders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import cv2
88
import numpy as np
99
import torch
10-
from torch.utils.data import DataLoader, distributed
10+
from torch.utils.data import DataLoader
1111

1212
from ..augmentations import augment_hsv, copy_paste, letterbox
1313
from ..dataloaders import InfiniteDataLoader, LoadImagesAndLabels, SmartDistributedSampler, seed_worker

0 commit comments

Comments
 (0)