Achraf

Results 2 issues of Achraf

This test failed, but it's related to the `llama.cpp` integration. ![1](https://github.com/outlines-dev/outlines/assets/102898329/f330c620-1ef7-4a1d-9a17-6c43e0a53c1e) Fixes https://github.com/outlines-dev/outlines/issues/780.

structured generation
vLLM
grammar

This PR is for solving https://github.com/outlines-dev/outlines/issues/667. ![last_tests](https://github.com/outlines-dev/outlines/assets/102898329/1133a081-be21-43f3-8f60-ec89e2726f8c) ![last_pre_commit](https://github.com/outlines-dev/outlines/assets/102898329/f0395f7b-8321-4d2a-9e71-befd9cda72fd) # API ```python import outlines from outlines.generate import continuous generator = outlines.generate.text(model) generator_c = continuous(generator) response = generator_c(prompt, max_tokens=30) ``` ## `continuous`...