Browse Source

Use YOLOv5n for CI testing (#5154)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
26784afd99
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci-testing.yml

+ 1
- 1
.github/workflows/ci-testing.yml View File

@@ -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

Loading…
Cancel
Save