Skip to content

Commit

Permalink
[Doc] Add xgrammar in doc (#11549)
Browse files Browse the repository at this point in the history
Signed-off-by: ccjincong <[email protected]>
  • Loading branch information
ccjincong authored Dec 27, 2024
1 parent 7af553e commit 5ce4627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/structured_outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Structured Outputs

vLLM supports the generation of structured outputs using [outlines](https://github.com/dottxt-ai/outlines) or [lm-format-enforcer](https://github.com/noamgat/lm-format-enforcer) as backends for the guided decoding.
vLLM supports the generation of structured outputs using [outlines](https://github.com/dottxt-ai/outlines), [lm-format-enforcer](https://github.com/noamgat/lm-format-enforcer), or [xgrammar](https://github.com/mlc-ai/xgrammar) as backends for the guided decoding.
This document shows you some examples of the different options that are available to generate structured outputs.

## Online Inference (OpenAI API)
Expand Down

0 comments on commit 5ce4627

Please sign in to comment.