Rémi Louf

Results 533 comments of Rémi Louf

Not at the moment, but wed be happy to consider a PR that adds TS bindings :)

Don't hesitate to open a draft PR soon so we can give you feedback as you go!

Hi! Thank you for contributing. Are these changes still relevant after #231 ?

Thank you for opening an issue! We'll solve this on the `outlines-core` side and cut a new release.

We're working on this as I am typing this. Expect an update soon!

`pip install outlines==0.1,1` should work. If not please paste the error and the system you are running (Windows, Mac, Linux) and the OS version.

Thank you for your contribution! You need to add the Egypt locale in this file: https://github.com/dottxt-ai/outlines/blob/289ef5d7db674fc159f56fa14f5bcf45b4e4bec2/outlines/types/locales.py#L7 so users can call: ```python types.locale("eg").PhoneNumber ```

This seems to be an issue with vLLM / XGrammar and not outlines? @RobinPicard ?

I think the path to implementation is pretty straightforward, as this is going to be very similar to the Ollama integration (we may be able to use regex patterns as...