Skip to content

Commit 5557130

Browse files
abrichrclaude
andauthored
feat(waa): refactor CLI and fix Python 3.9 compatibility (#14)
- Refactor CLI from 6800 to ~1300 lines with flat command structure - Add analyze command to parse and summarize benchmark results - Add --num-tasks flag to limit number of tasks to run - Fix Python 3.9 compatibility by copying Python from vanilla WAA image (fixes transformers 4.46.2 compatibility with GroundingDINO) - Add coverage and analysis artifacts to .gitignore Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9a37bb4 commit 5557130

3 files changed

Lines changed: 1465 additions & 6433 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ demos/
5959
# Pytest cache
6060
.pytest_cache/
6161

62+
# Coverage files
63+
.coverage
64+
.coverage.*
65+
htmlcov/
66+
67+
# Analysis/debug artifacts
68+
cli_analysis.json
69+
dead_code_candidates.json
70+
segmentation_output/
71+
6272
# Internal documentation (not for public repo)
6373
docs/internal/
6474
docs/private/

0 commit comments

Comments
 (0)