Skip to content

Commit 13d951b

Browse files
authored
fix: path convert tool calling bench (#627)
1 parent 4986629 commit 13d951b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rai_bench/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rai-bench"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Package for running and creating benchmarks."
55
authors = ["Jakub Matejczyk <[email protected]>", "Magdalena Kotynia <[email protected]>"]
66
readme = "README.md"

src/rai_bench/rai_bench/examples/tool_calling_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
run_benchmark(
4747
llm=llm,
48-
out_dir=args.out_dir,
48+
out_dir=experiment_dir,
4949
tasks=tasks,
5050
bench_logger=bench_logger,
5151
)

0 commit comments

Comments
 (0)