mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
Update docs/source/basic_tutorials/non_core_models.md
Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
parent
e16ecaf0c9
commit
29754ced5a
@ -1,6 +1,6 @@
|
|||||||
# Non-core Model Serving
|
# Non-core Model Serving
|
||||||
|
|
||||||
TGI supports various LLM architectures (see full list [here](./supported_models)). If you wish to serve a model that is not one of the supported models, TGI will fallback to transformers implementation of that model. This means you will be unable to use some of the features introduced by TGI, such as tensor-parallel sharding or flash attention. However, you can still get many benefits of TGI, such as continuous batching or streaming outputs.
|
TGI supports various LLM architectures (see full list [here](./supported_models)). If you wish to serve a model that is not one of the supported models, TGI will fallback to the `transformers` implementation of that model. This means you will be unable to use some of the features introduced by TGI, such as tensor-parallel sharding or flash attention. However, you can still get many benefits of TGI, such as continuous batching or streaming outputs.
|
||||||
|
|
||||||
You can serve these models using Docker like below 👇
|
You can serve these models using Docker like below 👇
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user