_toctree.yml 2.28 KB
Newer Older
1
2
3
4
5
- sections:
  - local: index
    title: Text Generation Inference
  - local: quicktour
    title: Quick Tour
fxmarty's avatar
fxmarty committed
6
7
8
9
10
11
12
13
  - local: installation_nvidia
    title: Using TGI with Nvidia GPUs
  - local: installation_amd
    title: Using TGI with AMD GPUs
  - local: installation_gaudi
    title: Using TGI with Intel Gaudi
  - local: installation_inferentia
    title: Using TGI with AWS Inferentia
Wang, Yi's avatar
Wang, Yi committed
14
15
  - local: installation_intel
    title: Using TGI with Intel GPUs
16
  - local: installation
fxmarty's avatar
fxmarty committed
17
    title: Installation from source
18
19
  - local: supported_models
    title: Supported Models and Hardware
20
21
  - local: architecture
    title: Internal Architecture
22
23
  - local: usage_statistics
    title: Usage Statistics
24
25
26
27
28
29
30
31
  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
32
33
  - local: basic_tutorials/using_cli
    title: Using TGI CLI
34
35
  - local: basic_tutorials/non_core_models
    title: Non-core Model Serving
36
37
  - local: basic_tutorials/safety
    title: Safety
38
39
  - local: basic_tutorials/using_guidance
    title: Using Guidance, JSON, tools
40
41
  - local: basic_tutorials/visual_language_models
    title: Visual Language Models
42
43
  - local: basic_tutorials/monitoring
    title: Monitoring TGI with Prometheus and Grafana
44
45
  - local: basic_tutorials/train_medusa
    title: Train Medusa
46
  title: Tutorials
47
48
49
50
51
52
53
54
- sections:
  - local: reference/launcher
    title: All TGI CLI options
  - local: reference/metrics
    title: Exported Metrics
  - local: reference/api_reference
    title: API Reference
  title: Reference
Omar Sanseviero's avatar
Omar Sanseviero committed
55
56
57
- sections:
  - local: conceptual/streaming
    title: Streaming
Merve Noyan's avatar
Merve Noyan committed
58
59
  - local: conceptual/quantization
    title: Quantization
60
61
  - local: conceptual/tensor_parallelism
    title: Tensor Parallelism
62
63
  - local: conceptual/paged_attention
    title: PagedAttention
64
65
  - local: conceptual/safetensors
    title: Safetensors
66
67
  - local: conceptual/flash_attention
    title: Flash Attention
Nicolas Patry's avatar
Nicolas Patry committed
68
69
70
  - local: conceptual/speculation
    title: Speculation (Medusa, ngram)
  - local: conceptual/guidance
71
    title: How Guidance Works (via outlines)
drbh's avatar
drbh committed
72
73
74
  - local: conceptual/lora
    title: LoRA (Low-Rank Adaptation)

75

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