From 0ffcbb8cdbeb45c520e03f30fc06457d6395b435 Mon Sep 17 00:00:00 2001 From: Aidan Do Date: Sun, 22 Dec 2024 16:07:02 +1100 Subject: [PATCH] uncomment --- llama_stack/providers/remote/inference/ollama/ollama.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llama_stack/providers/remote/inference/ollama/ollama.py b/llama_stack/providers/remote/inference/ollama/ollama.py index 823c7267c..74fdcff66 100644 --- a/llama_stack/providers/remote/inference/ollama/ollama.py +++ b/llama_stack/providers/remote/inference/ollama/ollama.py @@ -48,10 +48,10 @@ model_aliases = [ "llama3.1:8b-instruct-fp16", CoreModelId.llama3_1_8b_instruct.value, ), - # build_model_alias_with_just_provider_model_id( - # "llama3.1:8b", - # CoreModelId.llama3_1_8b_instruct.value, - # ), + build_model_alias_with_just_provider_model_id( + "llama3.1:8b", + CoreModelId.llama3_1_8b_instruct.value, + ), build_model_alias( "llama3.1:70b-instruct-fp16", CoreModelId.llama3_1_70b_instruct.value,