Breno Faria

Results 8 issues of Breno Faria

I have the following plugin configuration ``` com.github.wvengen proguard-maven-plugin 2.6.0 package proguard ${proguard.conf} -printmapping obfuscation.map -libraryjars ${java.home}/jmods/java.base.jmod(!**.jar;!module-info.class) -libraryjars ${java.home}/jmods/java.desktop.jmod(!**.jar;!module-info.class) ``` Running the proguard maven goal with the `-X` option yields...

Unpin the outlines dependency. FIX #4153 Since work on #4109 will take a bit longer... **BEFORE SUBMITTING, PLEASE READ THE CHECKLIST BELOW AND FILL IN THE DESCRIPTION ABOVE** --- PR...

This PR updates the Outlines Integration from `FSM` to the new `Guide` interface. Since I'm not sure where to place the change, I added both labels `[Frontend]` and `[Core]`. FIX...

### Describe the issue as clearly as possible: See: https://github.com/outlines-dev/outlines/blob/d6a2b7908065d420456118723f69908c4094c1f8/outlines/integrations/vllm.py#L110 Here the `tokens` field of the next instruction is treated equally regardless of whether it is of type `Generate` or...

bug
correctness

### Describe the issue as clearly as possible: https://github.com/outlines-dev/outlines/blob/4f8433d8d6633b0780c3a6c27981f9adffbe49f5/outlines/fsm/guide.py#L115 The cached function actually depends on the regex **and** the tokenizer. The tokenizer is not a parameter of the function, though,...

bug
structured generation

### Description This PR adds support for asymmetric embedding models such as https://huggingface.co/intfloat/multilingual-e5-small to the neural-search plugin. It builds on the work done in https://github.com/opensearch-project/ml-commons/issues/1799. Asymmetric embedding models behave differently...

## What/Why ### What are you proposing? With https://github.com/opensearch-project/ml-commons/issues/1799 OpenSearch can now use asymmetric embedding models such as e5. Asymmetric embedding models differ from symmetric ones by embedding queries and...

Features