mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update using_cli.md
This commit is contained in:
parent
c4c7e6d80d
commit
72cc292611
@ -16,7 +16,9 @@ If you would like to serve models with custom kernels, run
|
|||||||
BUILD_EXTENSIONS=True make install
|
BUILD_EXTENSIONS=True make install
|
||||||
```
|
```
|
||||||
|
|
||||||
After running this, you will be able to use `text-generation-server` and `text-generation-launcher`.
|
## Running CLI
|
||||||
|
|
||||||
|
After installation, you will be able to use `text-generation-server` and `text-generation-launcher`.
|
||||||
|
|
||||||
`text-generation-server` lets you download the model with `download-weights` command like below 👇
|
`text-generation-server` lets you download the model with `download-weights` command like below 👇
|
||||||
|
|
||||||
@ -48,6 +50,6 @@ Same documentation can be found for `text-generation-server`.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
text-generation-server --help
|
text-generation-server --help
|
||||||
``````
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user