Skip MNN export for Raspberry Pi and NVIDIA Jetson (#17292)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
1e70710f3e
commit
daaac35fff
2 changed files with 4 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ def test_export_paddle():
|
|||
|
||||
|
||||
@pytest.mark.slow
|
||||
@pytest.mark.skipif(IS_RASPBERRYPI, reason="MNN not supported on Raspberry Pi")
|
||||
def test_export_mnn():
|
||||
"""Test YOLO exports to MNN format (WARNING: MNN test must precede NCNN test or CI error on Windows)."""
|
||||
file = YOLO(MODEL).export(format="mnn", imgsz=32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue