Import YOLOv5 dataloader (#94)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -20,21 +20,21 @@ jobs:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
python-version: [ '3.10' ]
|
||||
model: [ yolov5n ]
|
||||
model: [ yolov8n ]
|
||||
torch: [ latest ]
|
||||
# include:
|
||||
# - os: ubuntu-latest
|
||||
# python-version: '3.7' # '3.6.8' min
|
||||
# model: yolov5n
|
||||
# model: yolov8n
|
||||
# - os: ubuntu-latest
|
||||
# python-version: '3.8'
|
||||
# model: yolov5n
|
||||
# model: yolov8n
|
||||
# - os: ubuntu-latest
|
||||
# python-version: '3.9'
|
||||
# model: yolov5n
|
||||
# model: yolov8n
|
||||
# - os: ubuntu-latest
|
||||
# python-version: '3.8' # torch 1.7.0 requires python >=3.6, <=3.8
|
||||
# model: yolov5n
|
||||
# model: yolov8n
|
||||
# torch: '1.7.0' # min torch version CI https://pypi.org/project/torchvision/
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Reference in New Issue
Block a user