From 5965ef39791e715381d68d124d250bc63ea0ad2a Mon Sep 17 00:00:00 2001 From: Dinesh Yeduguru Date: Wed, 23 Oct 2024 12:12:30 -0700 Subject: [PATCH] remove unused imports --- llama_stack/providers/adapters/inference/tgi/tgi.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/providers/adapters/inference/tgi/tgi.py b/llama_stack/providers/adapters/inference/tgi/tgi.py index 72b5dd1e6..dd36c0ab0 100644 --- a/llama_stack/providers/adapters/inference/tgi/tgi.py +++ b/llama_stack/providers/adapters/inference/tgi/tgi.py @@ -29,7 +29,6 @@ from llama_stack.providers.utils.inference.openai_compat import ( ) from llama_stack.providers.utils.inference.prompt_adapter import ( chat_completion_request_to_model_input_info, - completion_request_to_prompt, completion_request_to_prompt_model_input_info, )