mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
Addressed comments
This commit is contained in:
parent
4f1657418d
commit
5bfc5a8f60
@ -1,8 +1,6 @@
|
|||||||
- sections:
|
- sections:
|
||||||
- local: index
|
- local: index
|
||||||
title: Text Generation Inference
|
title: Text Generation Inference
|
||||||
- local: quicktour
|
|
||||||
title: Quick Tour
|
|
||||||
- local: supported_models
|
- local: supported_models
|
||||||
title: Supported Models and Hardware
|
title: Supported Models and Hardware
|
||||||
title: Getting started
|
title: Getting started
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
# Preparing the Model
|
||||||
|
|
@ -1,5 +1,7 @@
|
|||||||
# Supported Models and Hardware
|
# Supported Models and Hardware
|
||||||
|
|
||||||
|
Text Generation Inference enables serving optimized models on specific hardware for the highest performance. The following sections list which models are hardware are supported.
|
||||||
|
|
||||||
## Supported Models
|
## Supported Models
|
||||||
|
|
||||||
The following models are optimized and can be served with TGI:
|
The following models are optimized and can be served with TGI:
|
||||||
|
Loading…
Reference in New Issue
Block a user