Update using_cli.md

This commit is contained in:
Merve Noyan 2023-08-09 21:09:20 +03:00 committed by GitHub
parent c4c7e6d80d
commit 72cc292611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
`````` ```