inital ai hub implementation
This commit is contained in:
@@ -7,7 +7,7 @@ from rich.console import Console
|
||||
from rich.progress import BarColumn, Progress, SpinnerColumn, TaskProgressColumn, TextColumn
|
||||
|
||||
from src.aws import s3 as s3_ops
|
||||
from src.commands import infra, train
|
||||
from src.commands import ai_hub, infra, train
|
||||
from src.commands.utils import CONFIG_OPT, load_cfg
|
||||
from src.config import GENERATED_STACK_PREFIX, Config, InfraConfig, S3Config
|
||||
|
||||
@@ -17,6 +17,7 @@ app = typer.Typer(
|
||||
)
|
||||
app.add_typer(infra.app, name="infra")
|
||||
app.add_typer(train.app, name="train")
|
||||
app.add_typer(ai_hub.app, name="ai-hub")
|
||||
|
||||
console = Console()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user