Update docs/source/installation.md

Co-authored-by: Omar Sanseviero <osanseviero@gmail.com>
This commit is contained in:
Merve Noyan 2023-08-10 14:02:03 +03:00 committed by GitHub
parent 3723d1bbca
commit 58092d33a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ This section explains how to install the CLI tool as well as installing TGI from
You can use TGI command-line interface (CLI) to download weights, serve and quantize models, or get information on serving parameters.
To install TGI to use with CLI, you need to first clone the TGI repository, then inside the repository, run
To install the CLI, you need to first clone the TGI repository and then run `make`.
```shell
git clone https://github.com/huggingface/text-generation-inference.git && cd text-generation-inference