Hello, I'm trying to reproduce the numbers on GAIA found in the announcement post. When I run gaia.py I get the following error: Agent.write_inner_memory_from_logs() got an unexpected keyword argument 'only_tool_calls' that comes from this line of code: https://github.com/aymeric-roucher/agent_reasoning_benchmark/blob/00469f509dce67b48beb3890dfb707a0f89c4c32/gaia.py#L231
I tried searching through previous versions of the transformers library, but I can't seem to find any version of write_inner_memory_from_logs() that contains an argument for only_tool_calls.
Hello, I'm trying to reproduce the numbers on GAIA found in the announcement post. When I run
gaia.py
I get the following error:Agent.write_inner_memory_from_logs() got an unexpected keyword argument 'only_tool_calls'
that comes from this line of code: https://github.com/aymeric-roucher/agent_reasoning_benchmark/blob/00469f509dce67b48beb3890dfb707a0f89c4c32/gaia.py#L231 I tried searching through previous versions of thetransformers
library, but I can't seem to find any version ofwrite_inner_memory_from_logs()
that contains an argument foronly_tool_calls
.Thank you for looking into this!