Robin Picard
Robin Picard
This PR aims at answering the following issue: https://github.com/kivy/kivy/issues/7998 As explained in the issue, the function `layout_text` cuts a line at the wrong place in certain cases. Upon reading the...
**Software Versions** * Python: 3.9 * OS: MacOS BigSur 11.4 * Kivy: v2.2.0.dev0 * Kivy installation method: development **Describe the bug** Labels with a width constraint do not "cut lines"...
## Description This PR aims at answering the following issue: https://github.com/kivy/kivy/issues/7995 Currently, Labels render colored emojis correctly but not TextInputs. I believe the origin of the problem is that when...
**Software Versions** * Python: 3.9 * OS: MacOS BigSur 11.4 * Kivy: v2.2.0.dev0 * Kivy installation method: development **Describe the bug** The textinput widgets render the colored emojis as completely...
[updated 2024-06-28] The aim of this PR to implement [prompt token alignment](https://github.com/outlines-dev/outlines/issues/161) The idea is to modify the `states_to_token_maps` of the `Guide` to include in it the characters of some...
### Describe the issue as clearly as possible: Encountered while working on PR [531](https://github.com/outlines-dev/outlines/pull/531) When generating several samples for a prompt with the transformers model, the `input_ids` gets modified during...
Addresses #1583 We standardize the behavior by including an optional `model_name` argument in the loading function of all models for which a model name can be provided (so all models...
Our functions `from_` to load models have inconsistent behavior regarding providing model names. Sometimes there's no argument for it while in other cases it's either or mandatory to pass it....
Following the PR #1576, template variable arguments must be provided within a dictionary when using an `Application` (because kwargs are reserved for the inference parameters). An issue is that when...