mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update non_core_models.md
This commit is contained in:
parent
98a5e6f26a
commit
bdf36659a6
@ -1,6 +1,6 @@
|
||||
# Non-core Model Serving
|
||||
|
||||
TGI supports various LLM architectures (see full list [here](https://github.com/huggingface/text-generation-inference#optimized-architectures)). If you wish to serve a model that is not one of the supported models, TGI will fallback to transformers implementation of that model. They can be loaded by:
|
||||
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. They can be loaded by:
|
||||
|
||||
```python
|
||||
from transformers import AutoModelForCausalLM, AutoModelForSeq2SeqLM
|
||||
|
Loading…
Reference in New Issue
Block a user