We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34da872 commit d3de5dcCopy full SHA for d3de5dc
.github/workflows/ci-testing.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
os: [ ubuntu-latest, macos-latest, windows-latest ]
22
python-version: [ 3.8 ]
23
- model: [ 'yolov5s' ] # models to test
+ model: [ 'yolov5n' ] # models to test
24
25
# Timeout: https://stackoverflow.com/a/59076067/4521646
26
timeout-minutes: 50
0 commit comments