From d159fbf46fa016ab9a87802fcbd44e0c23dbaa59 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Sun, 22 Dec 2024 20:03:11 +1100 Subject: [PATCH] Add 3.3 70B to Ollama inference provider --- llama_stack/providers/remote/inference/ollama/ollama.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llama_stack/providers/remote/inference/ollama/ollama.py b/llama_stack/providers/remote/inference/ollama/ollama.py index bf55c5ad2..df0b20f98 100644 --- a/llama_stack/providers/remote/inference/ollama/ollama.py +++ b/llama_stack/providers/remote/inference/ollama/ollama.py @@ -100,6 +100,10 @@ model_aliases = [ "llama3.2-vision:90b", CoreModelId.llama3_2_90b_vision_instruct.value, ), + build_model_alias_with_just_provider_model_id( + "llama3.3:70b", + CoreModelId.llama3_3_70b_instruct.value, + ), # The Llama Guard models don't have their full fp16 versions # so we are going to alias their default version to the canonical SKU build_model_alias(