text-generation-inference/server/README.md
Olivier Dehaene 295831a481 Init
2022-10-08 12:30:12 +02:00

15 lines
197 B
Markdown

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