mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
feat: add how it works section
This commit is contained in:
parent
2d0a7173d4
commit
26ba2d50a3
@ -10,6 +10,10 @@ Before we jump into the deep end, ensure your system is using TGI version `1.4.3
|
|||||||
|
|
||||||
If you're not up to date, grab the latest version and let's get started!
|
If you're not up to date, grab the latest version and let's get started!
|
||||||
|
|
||||||
|
## How it works
|
||||||
|
|
||||||
|
TGI's leverages the [outlines](https://github.com/outlines-dev/outlines) library to efficiently parse and compile the grammatical structures and tools specified by users. This integration transforms the defined grammars into an intermediate representation that acts as a framework to guide and constrain content generation, ensuring that outputs adhere to the specified grammatical rules.
|
||||||
|
|
||||||
## Table of Contents 📚
|
## Table of Contents 📚
|
||||||
|
|
||||||
### Grammar and Constraints
|
### Grammar and Constraints
|
||||||
|
Loading…
Reference in New Issue
Block a user