Update non_core_models.md

This commit is contained in:
Merve Noyan 2023-08-22 23:44:53 +03:00 committed by GitHub
parent 98a5e6f26a
commit bdf36659a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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