From 8f1651f16d4d02c7f5bf03ad9bcec16d896ba765 Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 13 Feb 2024 00:36:35 +0000 Subject: [PATCH] fix: update docs --- docs/source/basic_tutorials/launcher.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/basic_tutorials/launcher.md b/docs/source/basic_tutorials/launcher.md index be31a7a4..96ac82c1 100644 --- a/docs/source/basic_tutorials/launcher.md +++ b/docs/source/basic_tutorials/launcher.md @@ -378,6 +378,14 @@ Options: [env: TOKENIZER_CONFIG_PATH=] +``` +## GRAMMAR_SUPPORT +```shell + --grammar-support + Enable outlines grammar constrained generation This is a feature that allows you to generate text that follows a specific grammar + + [env: GRAMMAR_SUPPORT=] + ``` ## ENV ```shell