Docs and CI updates (#17386)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3c976807b8
commit
8e5db0661c
2 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue