Nicholas King
Nicholas King
Reworks the way that Adatest's front end handles data caching and refreshes stale data. ## Description of work - Data fetched from backend is now stored in a Redux store,...
Updates the readme with a brief introduction to the project for a general audience. Adds a link to a demo video. The majority of the existing readme has been left...
**The bug** When using `capture` with a stateful function, the error message is not very user-friendly. **To Reproduce** Using the stateful function demonstrated in the readme: ```python from guidance import...
Local support for Phi 3 Vision, running with HuggingFace Transformers. Opening this WIP PR early to keep an eye on tests as I refactor things.
**The bug** When prompting Gemini with a simple `gen()` call, sometimes the prompt fails with a ConstraintException. This is likely the same issue as reported in https://github.com/guidance-ai/guidance/issues/866 **To Reproduce** This...
**Is your feature request related to a problem? Please describe.** When we have host a guidance-enabled API that marshals data through protobuf, we'll need to add or modify the existing...
## Purpose Adds a link to the YouTube video recording of the Guidance breakout session at MS Build 2024. ## Does this introduce a breaking change? When developers merge from...
Adds a general framework for supporting multimodal models in Guidance, as well as an implementation of Phi 3 Vision, using the transformers library. - Refactored some code in `_parser.py`. Changed...