From 4c326705b30ae6e4be588a76804d277001384263 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 12 Oct 2021 08:42:26 -0700 Subject: [PATCH] Use YOLOv5n for CI testing (#5154) --- .github/workflows/ci-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 23a742fc08dd..1b29173b83ad 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] python-version: [ 3.8 ] - model: [ 'yolov5s' ] # models to test + model: [ 'yolov5n' ] # models to test # Timeout: https://stackoverflow.com/a/59076067/4521646 timeout-minutes: 50