mirror of
https://github.com/ultralytics/ultralytics
synced 2026-04-21 14:07:18 +00:00
test: 🧪 Add TFLite export requirement for Torch version 1.13 (#23618)
Signed-off-by: Onuralp SEZER <onuralp@ultralytics.com>
This commit is contained in:
parent
1765c1274c
commit
a2aeae7ddd
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ def test_export_coreml():
|
|||
|
||||
|
||||
@pytest.mark.skipif(not checks.IS_PYTHON_MINIMUM_3_10, reason="TFLite export requires Python>=3.10")
|
||||
@pytest.mark.skipif(not TORCH_1_13, reason="TFLite export requires torch>=1.13")
|
||||
@pytest.mark.skipif(not LINUX, reason="Test disabled as TF suffers from install conflicts on Windows and macOS")
|
||||
def test_export_tflite():
|
||||
"""Test YOLO export to TFLite format under specific OS and Python version conditions."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue