From ddb0ee23a5f2dc85cfcf12ef830022cf3705e973 Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Mon, 18 Nov 2024 23:49:27 -0800 Subject: [PATCH] remove x/ --- 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 33670d6de..1c5d26a84 100644 --- a/llama_stack/providers/remote/inference/ollama/ollama.py +++ b/llama_stack/providers/remote/inference/ollama/ollama.py @@ -82,7 +82,7 @@ model_aliases = [ CoreModelId.llama_guard_3_1b.value, ), build_model_alias( - "x/llama3.2-vision:11b-instruct-fp16", + "llama3.2-vision:11b-instruct-fp16", CoreModelId.llama3_2_11b_vision_instruct.value, ), build_model_alias_with_just_provider_model_id(