Open adharshkamath opened 6 months ago
Hi @adharshkamath , I think those should be sufficient dependencies. I can't seem to reproduce the issue on my end. I'm running python 3.10. Have you installed clang-format on your machine?
Thanks for the response! Yes, I have clang-format-15
installed on my machine from running the build.sh
script.
I tried running the
run_exp_gpt4.sh
script in thecode2inv/
directory with the following arguments:and I got the following exception:
Before running the
run_exp_gpt4.sh
script, I installed the packages inrequirements.txt
and ran the./build.sh
script. I tried running the tool with python 3.11 and python 3.8Is there any additional setup I need to complete for the tool before running it? Or pass any other CLI arguments?