diff --git a/docs/source/basic_tutorials/using_cli.md b/docs/source/basic_tutorials/using_cli.md index 70b17ab9..7f261978 100644 --- a/docs/source/basic_tutorials/using_cli.md +++ b/docs/source/basic_tutorials/using_cli.md @@ -4,7 +4,7 @@ You can use TGI command-line interface (CLI) to download weights, serve and quan `text-generation-server` lets you download the model with `download-weights` command like below 👇 -```shell +```bash text-generation-server download-weights MODEL_HUB_ID ```