README.md 197 Bytes
Newer Older
Olivier Dehaene's avatar
Init  
Olivier Dehaene committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
```