text-generation-inference/backends/gaudi/server/README.md

16 lines
173 B
Markdown
Raw Normal View History

# Text Generation Inference Python gRPC Server
A Python gRPC server for Text Generation Inference
## Install
```shell
make install
```
## Run
```shell
make run-dev
```