mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
15 lines
172 B
Markdown
15 lines
172 B
Markdown
# Text Generation Inference Python gRPC Server
|
|
|
|
A Python gRPC server for Text Generation Inference
|
|
|
|
## Install
|
|
|
|
```shell
|
|
make install
|
|
```
|
|
|
|
## Run
|
|
|
|
```shell
|
|
make run-dev
|
|
``` |