Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,13 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+

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