Cheng
Cheng
It's tested in (Y_t, o_prev) order.
Hi, I'm also reproducing the results but found the results are lower than paper Table 2. "default" reaches 47.92 on dev after 30 epochs, and "oracle" reaches 56.92 after 24...
Hi, do you request an extension for api base to use other LLMs? We have a tutorial for extension of LLM/agents/tools in the README, could you whether that helps you?
Hi, thanks for your great contribution. The code has some circular import issues. I think it is because `DocumentSummaryExecutor` is imported in `document.py` but it also imports `DocumentDataModel` from `document.py`....
Hi, I've fixed extra imports to avoid circular imports and added .pdf extension support to let it successfully be run locally. I think it looks good to me overall. However,...
Hi, it is valid to pull the image first, and build a new image wrapper with a new DockerFile that installs the Python libs you need, with no need to...
Thanks for your advice. This is indeed vulnerable. Would you like to open a PR to improve it? We'll be glad to have more contributors!
Hi, thanks for your contribution! We fixed the langchain version because there might be unexpected changes in new versions. Changing to the latest version means we have to test all...
Hi, I think there are many mature tools to convert OFF to PLY as I search on Google. Here are some links that may help: https://3d-convert.com/en/convert/off-to-ply.html https://cadmonster.org/knowledge/?convert=off&to=ply https://github.com/tforgione/model-converter-python