From 3bd6abebd2ceed9bae39ef5940fa9b6ae6bfe7b6 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Thu, 30 Jan 2025 15:40:25 +0000 Subject: [PATCH] try and avoid weird server test failure (spillage / parallelism between completion & tool call tests?) --- examples/server/tests/unit/test_tool_call.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/server/tests/unit/test_tool_call.py b/examples/server/tests/unit/test_tool_call.py index 957cb7660..e6ed9c9be 100644 --- a/examples/server/tests/unit/test_tool_call.py +++ b/examples/server/tests/unit/test_tool_call.py @@ -10,6 +10,8 @@ TIMEOUT_HTTP_REQUEST = 60 def create_server(): global server server = ServerPreset.tinyllama2() + server.model_alias = "tinyllama-2-tool-call" + server.server_port = 8081 TEST_TOOL = {