diff --git a/src/cloud/__init__.py b/src/cloud/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/commands/ai_hub.py b/src/commands/ai_hub.py index d42b31e..ec80d58 100644 --- a/src/commands/ai_hub.py +++ b/src/commands/ai_hub.py @@ -14,7 +14,7 @@ from src.config import Config from src.qualcomm import aihub_jobs from src.qualcomm.artifacts import resolve_onnx -app = typer.Typer(help="Quantize, compile, validate, profile, and download models with Qualcomm AI Hub") +app = typer.Typer(help="Quantize, compile, validate, profile, and download models with Qualcomm Workbench") _RUNTIME_EXTENSIONS = { "tflite": "tflite", diff --git a/src/qualcomm/__init__.py b/src/qualcomm/__init__.py index 8b13789..e69de29 100644 --- a/src/qualcomm/__init__.py +++ b/src/qualcomm/__init__.py @@ -1 +0,0 @@ -