tool_root_dir in the inference script
zhiyuanc2001 opened this issue · 2 comments
zhiyuanc2001 commented
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?
code-wanderlust commented
Download it from https://huggingface.co/datasets/zhichengg/StableToolBenchCache/ .
You can find tools
directory.
zhiyuanc2001 commented
Thanks for your response. :-)