Skip to content

Commit 1f52862

Browse files
committed
Update Blog “using-structured-outputs-in-vllm”
1 parent e64719a commit 1f52862

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/blog/using-structured-outputs-in-vllm.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ tags:
1111
- opensource
1212
- LLM
1313
---
14-
## Using structured outputs in vLLM
15-
1614
Generating predictable and reliable outputs from large language models (LLMs) can be challenging, especially when those outputs need to integrate seamlessly with downstream systems. Structured outputs solve this problem by enforcing specific formats, such as JSON, regex patterns, or even grammars. vLLM supported this since some time ago, but there were no documentation on how to use it, and that´s why I decided to do a contribution and write the Structured Outputs documentation page (https://docs.vllm.ai/en/latest/usage/structured_outputs.html).
1715

1816
### Why Structured Outputs?

0 commit comments

Comments
 (0)