_toctree.yml 1.51 KB
Newer Older
1
2
3
4
5
6
7
8
9
- sections:
  - local: index
    title: Text Generation Inference
  - local: quicktour
    title: Quick Tour
  - local: installation
    title: Installation
  - local: supported_models
    title: Supported Models and Hardware
10
11
  - local: messages_api
    title: Messages API
12
13
14
15
16
17
18
19
  title: Getting started
- sections:
  - local: basic_tutorials/consuming_tgi
    title: Consuming TGI
  - local: basic_tutorials/preparing_model
    title: Preparing Model for Serving
  - local: basic_tutorials/gated_model_access
    title: Serving Private & Gated Models
Merve Noyan's avatar
Merve Noyan committed
20
21
  - local: basic_tutorials/using_cli
    title: Using TGI CLI
Merve Noyan's avatar
Merve Noyan committed
22
23
  - local: basic_tutorials/launcher
    title: All TGI CLI  options
24
25
  - local: basic_tutorials/non_core_models
    title: Non-core Model Serving
26
27
  - local: basic_tutorials/safety
    title: Safety
28
29
  - local: basic_tutorials/using_guidance
    title: Using Guidance, JSON, tools
30
31
  - local: basic_tutorials/visual_language_models
    title: Visual Language Models
32
  title: Tutorials
Omar Sanseviero's avatar
Omar Sanseviero committed
33
34
35
- sections:
  - local: conceptual/streaming
    title: Streaming
Merve Noyan's avatar
Merve Noyan committed
36
37
  - local: conceptual/quantization
    title: Quantization
38
39
  - local: conceptual/tensor_parallelism
    title: Tensor Parallelism
40
41
  - local: conceptual/paged_attention
    title: PagedAttention
42
43
  - local: conceptual/safetensors
    title: Safetensors
44
45
  - local: conceptual/flash_attention
    title: Flash Attention
Nicolas Patry's avatar
Nicolas Patry committed
46
47
48
  - local: conceptual/speculation
    title: Speculation (Medusa, ngram)
  - local: conceptual/guidance
49
    title: How Guidance Works (via outlines)
50

Omar Sanseviero's avatar
Omar Sanseviero committed
51
  title: Conceptual Guides