Change distro type to self_hosted

This commit is contained in:
Jash Gulabrai 2025-04-16 18:21:41 -04:00
parent 94614b26c3
commit 7fd247b65a
2 changed files with 93 additions and 5 deletions

View file

@ -59,7 +59,7 @@ def get_distribution_template() -> DistributionTemplate:
default_models = get_model_registry(available_models)
return DistributionTemplate(
name="nvidia",
distro_type="remote_hosted",
distro_type="self_hosted",
description="Use NVIDIA NIM for running LLM inference and safety",
container_image=None,
template_path=Path(__file__).parent / "doc_template.md",