This commit is contained in:
samirodr
2026-06-08 14:54:13 -04:00
parent d244150d98
commit 6a560a8610
3 changed files with 1 additions and 2 deletions

0
src/cloud/__init__.py Normal file
View File

View File

@@ -14,7 +14,7 @@ from src.config import Config
from src.qualcomm import aihub_jobs from src.qualcomm import aihub_jobs
from src.qualcomm.artifacts import resolve_onnx 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 = { _RUNTIME_EXTENSIONS = {
"tflite": "tflite", "tflite": "tflite",

View File

@@ -1 +0,0 @@