text-generation-inference/server/README.md

15 lines
197 B
Markdown
Raw Normal View History

2022-10-08 10:30:12 +00:00
# BLOOM Inference Python gRPC Server
A Python gRPC server for BLOOM Inference
## Local Install (with poetry)
```shell
make install
```
## Local Install (with pip)
```shell
make pip-install
```