mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 19:51:51 +00:00
fix safety in starter
This commit is contained in:
parent
51d9fd4808
commit
3d83322003
8 changed files with 84 additions and 111 deletions
|
|
@ -68,7 +68,7 @@ def get_distribution_template() -> DistributionTemplate:
|
|||
),
|
||||
]
|
||||
|
||||
default_models = get_model_registry(available_models)
|
||||
default_models, _ = get_model_registry(available_models)
|
||||
return DistributionTemplate(
|
||||
name="nvidia",
|
||||
distro_type="self_hosted",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue