Skip to content

Commit a50a10f

Browse files
Update ToolArena
1 parent 6d5b1c8 commit a50a10f

7 files changed

Lines changed: 323 additions & 158 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "benchmark"]
22
path = benchmark
3-
url = https://github.com/georg-wolflein/ToolArena
3+
url = https://github.com/KatherLab/ToolArena

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Tool use has turned large language models (LLMs) into powerful agents that can p
1717

1818

1919
> [!NOTE]
20-
> This is an experimental release of ToolMaker that is compatible with the [ToolArena](https://github.com/georg-wolflein/ToolArena) benchmark. ToolArena includes many more tools than the original TM-Bench which was released as part of ToolMaker. As such, the tasks are no longer defined in this repository, but in the ToolArena repository.
20+
> This is an experimental release of ToolMaker that is compatible with the [ToolArena](https://github.com/KatherLab/ToolArena) benchmark. ToolArena includes many more tools than the original TM-Bench which was released as part of ToolMaker. As such, the tasks are no longer defined in this repository, but in the ToolArena repository.
2121
>
2222
> You can still access the original code release of ToolMaker including the original TM-Bench benchmark in the [`original`](https://github.com/KatherLab/ToolMaker/tree/original) branch.
2323

benchmark

Submodule benchmark updated 395 files

docker/runtime.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This image will be built as "toolmaker-runtime:latest"
22

33
ARG ARCH=cpu
4-
ARG BASE=ghcr.io/georg-wolflein/toolarena:${ARCH}
4+
ARG BASE=ghcr.io/katherlab/toolarena:${ARCH}
55
FROM ${BASE}
66

77
WORKDIR /toolmaker

push_image.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev-dependencies = [
5050
]
5151

5252
[tool.uv.sources]
53-
toolarena = { git = "https://github.com/georg-wolflein/ToolArena" }
53+
toolarena = { git = "https://github.com/KatherLab/ToolArena" }
5454

5555
[tool.ruff]
5656
src = ["toolmaker"]

uv.lock

Lines changed: 318 additions & 143 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)