THUNLP-MT/StableToolBench

tool_root_dir in the inference script

zhiyuanc2001 opened this issue · 2 comments

Thanks for your excellent jobs.
When I run the inference script inference_chatgpt_pipeline_virtual.sh , I notice that there is no folder called toolenv/tools.

python toolbench/inference/qa_pipeline_multithread.py \
    --tool_root_dir toolenv/tools

Which folder should I set it to?

Download it from https://huggingface.co/datasets/zhichengg/StableToolBenchCache/ .
You can find tools directory.

Thanks for your response. :-)