From 58092d33a34d363c31069c5f8b6cd9723bee6f4a Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 10 Aug 2023 14:02:03 +0300 Subject: [PATCH] Update docs/source/installation.md Co-authored-by: Omar Sanseviero --- docs/source/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index e6f3f675..f4a8162f 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -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