Docs and CI updates (#17386)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Muhammad Rizwan Munawar 2024-11-07 16:18:49 +05:00 committed by GitHub
parent 3c976807b8
commit 8e5db0661c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -336,8 +336,6 @@ jobs:
results = model.val(imgsz=160)
results = model.predict(imgsz=160)
results = model.export(format='onnx', imgsz=160)
from ultralytics.cfg import handle_yolo_solutions
handle_yolo_solutions(["show=False"])
"
- name: PyTest
run: |