mirror of https://github.com/aliasrobotics/cai.git
Remove marco-o1 which does not support tools
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
e16c6ecd37
commit
459d07c382
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue