refactor(cli): migrate from argparse to typer for command-line interface

This commit is contained in:
2026-03-06 11:41:35 +08:00
parent 33f2b8f542
commit 7dbd704d6b
8 changed files with 195 additions and 91 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"torch>=2.10.0",
"torchvision>=0.25.0",
"transformers>=5.0.0",
"typer>=0.24.1",
]
[dependency-groups]