From b15cf619c2f48b08e8d0969043600773c19e5745 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 17 May 2022 12:29:35 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b6fc2c630e2..953761229f77 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@


- CI CPU testing + CI CPU testing YOLOv5 Citation Docker Pulls
From 6011d89c6603e7487e54280d50b48234ead539aa Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 17 May 2022 12:32:18 +0200 Subject: [PATCH 2/2] Update greetings.yml --- .github/workflows/greetings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 0b749f438dd2..7e1a134c0495 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -54,6 +54,6 @@ jobs: ## Status - CI CPU testing + CI CPU testing If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on macOS, Windows, and Ubuntu every 24 hours and on every commit.