Fix reverted change to distro_type

This commit is contained in:
Jash Gulabrai 2025-04-17 14:14:12 -04:00
parent 9303fa61c5
commit 8e0217c7bf

View file

@ -65,7 +65,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, evaluation and safety",
container_image=None,
template_path=Path(__file__).parent / "doc_template.md",