diff --git a/docs/source/basic_tutorials/using_cli.md b/docs/source/basic_tutorials/using_cli.md index d0646701..0e037ca2 100644 --- a/docs/source/basic_tutorials/using_cli.md +++ b/docs/source/basic_tutorials/using_cli.md @@ -16,7 +16,9 @@ If you would like to serve models with custom kernels, run 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 👇 @@ -48,6 +50,6 @@ Same documentation can be found for `text-generation-server`. ```shell text-generation-server --help -`````` +```