This commit is contained in:
2026-05-20 14:13:21 -04:00
parent 2618b30d40
commit 75255b37d0
7 changed files with 27 additions and 27 deletions

View File

@@ -8,7 +8,7 @@ from src.commands import infra
from src.config import Config
app = typer.Typer(
help="qai-cli: End-to-end model managment for Qualcomm AI Hub.",
help="qc-cli: End-to-end model managment for Qualcomm AI Hub.",
no_args_is_help=True,
)
app.add_typer(infra.app, name="infra")