From ddbe84dff22d2838982218a0b6bf9d8fa14b9290 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Sun, 22 Dec 2024 20:19:54 +1100 Subject: [PATCH] . --- llama_stack/providers/remote/inference/ollama/ollama.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/remote/inference/ollama/ollama.py b/llama_stack/providers/remote/inference/ollama/ollama.py index df0b20f98..920f3dd7e 100644 --- a/llama_stack/providers/remote/inference/ollama/ollama.py +++ b/llama_stack/providers/remote/inference/ollama/ollama.py @@ -100,7 +100,7 @@ model_aliases = [ "llama3.2-vision:90b", CoreModelId.llama3_2_90b_vision_instruct.value, ), - build_model_alias_with_just_provider_model_id( + build_model_alias( "llama3.3:70b", CoreModelId.llama3_3_70b_instruct.value, ),