hf_text-generation-inference/server/README.md

15 lines
152 B
Markdown
Raw Normal View History

2022-10-08 04:30:12 -06:00
# BLOOM Inference Python gRPC Server
A Python gRPC server for BLOOM Inference
## Install
2022-10-08 04:30:12 -06:00
```shell
make install
```
## Run
2022-10-08 04:30:12 -06:00
```shell
make run-dev
2022-10-08 04:30:12 -06:00
```