Make YOLO preflight runnable in backend container
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
## Sprint 25 YOLO compatibility smoke hardening (2026-06-17)
|
||||
|
||||
- Added an explicit `--check-model-load` mode to `scripts/yolo_preflight.py`.
|
||||
- Added the same YOLO preflight entrypoint under `backend/scripts/` so it can run inside the backend Docker container.
|
||||
- The smoke loads only a configured local model file through the YOLO adapter, runs no inference and does not download weights.
|
||||
- The CLI rejects `--check-model-load` together with `--assume-dependencies` to avoid false-positive AI readiness.
|
||||
- Added tests for successful mocked model-load smoke, load failure reporting and CLI guard behavior.
|
||||
|
||||
Reference in New Issue
Block a user