gorilla
gorilla copied to clipboard
FileNotFoundError for tree-sitter
Describe the bug I am using gorilla/openfunctions/inference_local.py to infer a model locally, however running into the following issue,
FileNotFoundError: [Errno 2] No such file or directory: './tree-sitter-java/src/parser.c'
To Reproduce Steps to reproduce the behavior:
- Install tree_sitter (version 0.21)
- Run
inference_local.py.
cc @CharlieJCJ
Hey @CharlieJCJ is this resolved? If so, please close the issue.
Able to reproduce the error, fixed in #1045
This bug was because openfunctions scripts aren't updated after #505