From 459d07c3823ee3b693e16e7c5de9bb512239bf54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 09:11:42 +0000 Subject: [PATCH] Remove marco-o1 which does not support tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- tests/agents/test_agent_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/agents/test_agent_models.py b/tests/agents/test_agent_models.py index 8d046437..44200703 100644 --- a/tests/agents/test_agent_models.py +++ b/tests/agents/test_agent_models.py @@ -68,10 +68,10 @@ class TestFunctionCallBenchmarksBasic: @pytest.mark.parametrize("model", [ "dwightfoster03/functionary-small-v3.1", - "llama3.1:8b", + "llama3.1:8b", "qwen2.5:14b", "qwen2.5:32b", - "marco-o1:7b-fp16" + # "marco-o1:7b-fp16" ]) def test_function_call_benchmark(self, model): results = []