Remove marco-o1 which does not support tools

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-01-13 09:11:42 +00:00
parent e16c6ecd37
commit 459d07c382
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []