cpcdoy
cpcdoy
Exactly @naufalso , this is already solved in this PR!
@NathanHB Apologies for the delay, I missed you approval comment! I've fixed the unit tests in two files that simply needed the new `grammar` field to be added. I've also...
Hello @NathanHB , just checking if there's any news on this PR? Lmk if I need to provide any support
Hey, no worries @NathanHB ! I've adapted the code to use `doc` instead of `request` variable after the refacto. I've fixed the tests to include the new `grammar` field (all...
@NathanHB I have actually noticed that my `uv` env was using an older version of some of the files of `lighteval` in my benchmarking suite, so I actually had to...
Thank you for the reviews @NathanHB , I've applied everything! I've also improved a unit test for TGI caching by mocking the HTTP request for the `/info` route of the...
I can confirm that the key binding added by `/terminal-setup` in `keybindings.json` for `Shift + Enter` on VS Code doesn't work for me either. `Alt + Enter` and `\` both...
Same issue as well on macOS when running the example command: `paddleocr pp_structurev3 -i https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/pp_structure_v3_demo.png --use_doc_orientation_classify False --use_doc_unwarping False` Here are my dependencies: ``` dependencies = [ "langchain=3.3.0", # 3.3.0...