Paul Pacaud
Paul Pacaud
**Problem:** Using the exact same code as in the documentation, but using : A: 114x14 matrix, b: a 114x1 matrix, the function **compute_polytope_vertices(A,b)** returns an empty array, like if it...
hello community, I thing there is a question a lot of people using LaVague asks themselves: how can I speed up my webagent scrapping ? It is very very slow....
I tried to install PyRep following the README instructions. At the step "run pip3 install -r requirements.txt", I encountered issue:s building wheels for cffi due to: No package 'libffi' found...
### Motivation Would it be possible to add a GRPO fine tuning stage to InternVL (2.5) ? I believe it would be great to teach InternVL how to reason without...
### 📚 The doc issue In the documentation "Enhancing InternVL2 on COCO Caption Using LoRA Fine-Tuning", it is written at the end to copy the config.json file from the original...
Thank you for your work, and sharing the repo. i am reaching out for clarification: The real world dataset seems inconsistent for some tasks. Let's look at the task **heatPotato2**...
Is there a way to get a structured output from this VLM like we can with OpenAI: https://platform.openai.com/docs/guides/structured-outputs It can also be achievable with function calling or JSON schema, but...
Hi, The documentation does not explicit how to perform batch inference with multiple images. The documentation only talk about # batch inference, single image per sample (单图批处理): ``` # batch...