From 05e93bd2f7950f4c52460a6dc2379f9237b7bde0 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Mon, 18 Nov 2024 22:39:45 -0800 Subject: [PATCH] together default --- llama_stack/templates/together/together.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/templates/together/together.py b/llama_stack/templates/together/together.py index 70748f2d6..16265b04f 100644 --- a/llama_stack/templates/together/together.py +++ b/llama_stack/templates/together/together.py @@ -55,7 +55,7 @@ def get_distribution_template() -> DistributionTemplate: "inference": [inference_provider], }, default_models=default_models, - default_shields=[ShieldInput(shield_id="meta-llama/Llama-Guard-3-1B")], + default_shields=[ShieldInput(shield_id="meta-llama/Llama-Guard-3-8B")], ), }, run_config_env_vars={