Update docs/source/basic_tutorials/using_cli.md

Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
Merve Noyan 2023-08-10 15:26:15 +03:00 committed by GitHub
parent 7f0ff8d7a9
commit 6fa3d9963c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 👇 `text-generation-server` lets you download the model with `download-weights` command like below 👇
```shell ```bash
text-generation-server download-weights MODEL_HUB_ID text-generation-server download-weights MODEL_HUB_ID
``` ```