Robin Picard

Results 30 issues of Robin Picard

This is a draft PR to validate the approach used, addresses issue #1551 This PR creates an Outlines model to integrate with `Triton` servers running a `TensorRT-LLM` engine. The model...

PR #1463 improved the DSL and, while doing so, modified some of the functions. The aim of this PR is to restore support for the functions that have been removed...

The tests currently take over 10 minutes to run. Most of them are actually really fast, there are just a few that are slowing down the whole thing. We should...

tests

We currently skip many tests in the CI. We always have a good reason for it (depends on external API, requires unavailable hardware...), but it leads to a situation in...

tests

We use the library `coverage` to check our test coverage in the CI. An issue we encountered is that skipped tests (for instance those related to `mlx`) are not taken...

enhancement

These tests are constantly failing when working on branch v1.0. The resulting noise prevents us from noticing when we actually forget to add tests.

We already have tests for steerable models, but they do no cover all possible situations especially for `Transformers` that supports a wide range of models. We should not only test...

tests

Currently an Image can only be instantiated with a PIL.Image for instance, but some models accept images as urls and users may want to give a binary. We should allow...

Explores a solution to #1630 As shown in the issue above, we have a problem in our regex DSL regarding the quotation of text elements in Python collection types. Quite...