julien-c HF staff commited on
Commit
e837a6e
·
1 Parent(s): 35733cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,4 +7,13 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card 🔥
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ Text-Generation-Inference is a Rust, Python and gRPC server for text generation inference. Used in production at [HuggingFace](https://huggingface.co)
11
+ to power LLMs api-inference widgets.
12
+
13
+ ![architecture](architecture.jpg)
14
+
15
+ ## Repos
16
+
17
+ Check out the source code 👉
18
+ - the server backend: https://github.com/huggingface/text-generation-inference
19
+ - the Chat UI: https://huggingface.co/spaces/text-generation-inference/chat-ui