From e14611c6cb01e760645a3019863235e86ac6f930 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Wed, 9 Aug 2023 17:03:16 +0300 Subject: [PATCH] Added image to index --- docs/source/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/index.md b/docs/source/index.md index db39d8e2..ad16ce58 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,5 +1,7 @@ # Text Generation Inference +![Text Generation Inference](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/TGI.png) + Text Generation Inference (TGI) is built for deploying and serving Large Language Models (LLMs). TGI enables high-performance text generation for the most popular open-source LLMs, including Llama, Falcon, StarCoder, BLOOM, GPT-NeoX, and T5. Text Generation Inference implements many optimizations and features, such as: @@ -23,4 +25,4 @@ Text Generation Inference is used in production by multiple projects, such as: - [Hugging Chat](https://github.com/huggingface/chat-ui), an open-source interface for open-access models, such as Open Assistant and Llama - [OpenAssistant](https://open-assistant.io/), an open-source community effort to train LLMs in the open -- [nat.dev](http://nat.dev/), a playground to explore and compare LLMs. \ No newline at end of file +- [nat.dev](http://nat.dev/), a playground to explore and compare LLMs.