Skip to content

Commit 59c85a0

Browse files
authored
Typo correction (#122)
1 parent c52dcc1 commit 59c85a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • AI_Agents_Guide/Constrained_Decoding

AI_Agents_Guide/Constrained_Decoding/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ assistant
201201
202202
```
203203

204-
## Enforcig Output Format via External Libraries
204+
## Enforcing Output Format via External Libraries
205205

206206
In this section of the tutorial, we'll show how to impose constrains on LLMs,
207207
which are not inherently fine-tuned for constrained decoding. We'll
@@ -700,4 +700,4 @@ curl -X POST localhost:8000/v2/models/ensemble/generate -d '{"text_input": "Who
700700
This time, the expected response looks like:
701701
```bash
702702
{"context_logits":0.0,...,"text_output":"Who is Harry Potter?{ \"name\": \"Harry Potter\",\"house\": \"Gryffindor\",\"blood_status\": \"Pure-blood\",\"occupation\": \"Wizards\",\"alive\": \"No\",\"wand\": {\"wood\": \"Holly\",\"core\": \"Phoenix feather\",\"length\": 11 }}"}
703-
```
703+
```

0 commit comments

Comments
 (0)