Skip to content

Commit 4f10bae

Browse files
committed
chore: adjust running script
1 parent ae3f14a commit 4f10bae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rai_bench/rai_bench/examples/test_models.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if __name__ == "__main__":
2020
models_name = ["llama3.2", "qwen2.5:7b"]
2121
vendors = ["ollama", "ollama"]
22-
benchmarks = ["tool_calling_agent", "manipulation_o3de"]
22+
benchmarks = ["tool_calling_agent"]
2323
extra_tool_calls = [5]
2424
repeats = 1
2525

@@ -63,3 +63,4 @@
6363
print(
6464
f"Failed to run {benchmark} benchmark for {model_name}, vendor: {vendors[i]}, execution number: {u + 1}, because: {str(e)}"
6565
)
66+
continue

0 commit comments

Comments
 (0)