finished launch readme

This commit is contained in:
rsnm2 2023-08-19 13:56:17 +00:00
parent 5f2ea449f3
commit 3318a66a6d

View File

@ -47,8 +47,18 @@ Install DeepSparse:
pip install deepsparse-nightly[transformers]
```
Install Server / Router
Install Server
```shell
make install-server
make install-router
```
Launch Server
```shell
python3 server/text_generation_server/cli.py download-weights bigscience/bloom-560m
python3 server/text_generation_server/cli.py serve bigscience/bloom-560m
```
Launch Router
```shell
make router-dev
```