Robin Picard

Results 62 comments of Robin Picard

> @RobinPicard: Just a ping to see how you are going with the PR review comments. I'm not working on Kivy-related things anymore, sorry

The Docker image has been deprecated in Outlines v1. You need to run your vLLM server by itself (you can use Outlines as the backend for structured generation) and then...

There's no straightforward way I can think of in the current state of the library. An ugly option that would work would be to have an `Enum` or a regex...

The issue is that a value could be repeated several times. There's also this bug related to lists of enums #1630

Hi @Muhtasham! We recently released Outlines v1. Turning a json schema into a regex is now handled in [outlines-core](https://github.com/dottxt-ai/outlines-core). As the `URI` format is already supported there, I'm going to...

The Docker image has been deprecated as you can now run vLLM on a server with Outlines as the backend for structured generation.

Hi @kudos07! Thanks for proposing to work on it. Another element I have not mentioned in the issue but that is interesting would be to cache the HF models to...

Thanks for opening a PR @kudos07! I think maybe it would make sense to keep those test separated by `Model` as in your commit the code of the test is...

Hi @saattrupdan ! We've recently released Outlines v1 that modifies a bit our models. What you were working on is now called VLLMOffline and is located in the `outlines/models/vllm_offline.py` file....

Closing the issue as I can't reproduce with v1. The new syntax for the code snippet provided is the following: ```python from pydantic import BaseModel import outlines import transformers class...