[AZ-180] Update Jetson deployment documentation and remove obsolete task file

- Added Jetson-specific deployment instructions to `deploy_scripts.md`, detailing prerequisites and service management.
- Updated `deploy_status_report.md` to reflect the completion of the AZ-180 cycle and the readiness of Jetson support.
- Removed outdated task documentation for Jetson Orin Nano support from the todo list.

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-02 16:58:57 +03:00
parent 3984507221
commit 2c35e59a77
9 changed files with 377 additions and 7 deletions
+10 -5
View File
@@ -1,8 +1,9 @@
# Autopilot State
## Current Step
flow: existing-code
step: 11
name: Update Docs
step: 8
name: New Task
status: not_started
sub_step: 0
retry_count: 0
@@ -17,7 +18,11 @@ step: 12 (Security Audit) — DONE (Critical/High findings remediated 2026-04-01
step: 13 (Performance Test) — SKIPPED (500ms latency validated by real-video integration test)
step: 14 (Deploy) — DONE (all artifacts + 5 scripts created)
AZ-180 cycle started 2026-04-02.
AZ-180 cycle completed 2026-04-02.
step: 8 (New Task) — DONE (AZ-180: Jetson Orin Nano support + INT8)
step: 9 (Implement) — DONE (Dockerfile.jetson, requirements-jetson.txt, docker-compose.jetson.yml, tensorrt_engine INT8, inference calib cache download)
step: 10 (Run Tests) — DONE (33 passed, 3 skipped/hardware-specific, 0 failed; also fixed 2 pre-existing test failures)
step: 9 (Implement) — DONE (Dockerfile.jetson, requirements-jetson.txt, docker-compose.jetson.yml, tensorrt_engine INT8+FP16, inference calib cache download)
step: 10 (Run Tests) — DONE (33 passed, 3 skipped/hardware-specific, 0 failed)
step: 11 (Update Docs) — DONE (module docs updated: tensorrt_engine, constants_inf, inference; component: inference_engines; containerization.md updated)
step: 12 (Security Audit) — DONE
step: 13 (Performance Test) — SKIPPED (requires physical Jetson hardware)
step: 14 (Deploy) — DONE (deploy_status_report.md + deploy_scripts.md updated for Jetson; AZ-180 task moved to done)