Closed zhiyuanc2001 closed 7 months ago
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.
inference_chatgpt_pipeline_virtual.sh
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.
tools
Thanks for your response. :-)
Thanks for your excellent jobs. When I run the inference script
inference_chatgpt_pipeline_virtual.sh
, I notice that there is no folder calledtoolenv/tools.
Which folder should I set it to?