mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
finished launch readme
This commit is contained in:
parent
5f2ea449f3
commit
3318a66a6d
14
README.md
14
README.md
@ -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
|
||||
```
|
Loading…
Reference in New Issue
Block a user