Libreyolo Run E2e Tests

Launch LibreYOLO's end-to-end (e2e) test suite the right way — the heavy GPU tests under tests/e2e/ that load real weights, export to ONNX/TensorRT/OpenVINO/ ncnn/TorchScript/CoreML, train on real datasets, and check inference parity. Use whenever someone wants to run e2e tests, the nightly suite, a single e2e file, a model family's e2e coverage, an export-backend check, or an RF1/RF5 training test — or is confused about why e2e tests "don't run" or all skip. Covers the Makefile targets, the direct-pytest fallback (Windows / no make+uv), the marker taxonomy, weight/dataset provisioning, and how to read the results. This is for *running* the e2e suite, not for writing new e2e tests.

libreyolo 0096654 8.9 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-run-e2e-tests commit 0096654316

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-run-e2e-tests