posionus
posionus
### Describe the bug After running `python server.py` I get the an error message and the process terminates ### Is there an existing issue for this? - [X] I have...
resolves #29, resolves #26 Example: ```python from jsonformer.format import highlight_values from jsonformer.main import Jsonformer from transformers import AutoModelForCausalLM, AutoTokenizer import torch print("Loading model and tokenizer...") model_name = "databricks/dolly-v2-3b" model =...
**The bug** I have defined a regex that prohibits certain characters from generating using "[^]" expression. Guidance still generates these characters, and even seems to be biased towards them. **To...
### Describe the issue as clearly as possible: I cannot create an outlines generator with a mistral model and pydantic schema. ### Steps/code to reproduce the bug: ```python import outlines...