From c015a2feafe1786c564ee3c1d002a2639f9aec0e Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 4 Aug 2023 22:41:54 +0300 Subject: [PATCH] Update docs/source/basic_tutorials/local_launch.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/basic_tutorials/local_launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/local_launch.md b/docs/source/basic_tutorials/local_launch.md index c1f34913..b728f800 100644 --- a/docs/source/basic_tutorials/local_launch.md +++ b/docs/source/basic_tutorials/local_launch.md @@ -54,7 +54,7 @@ make run-falcon-7b-instruct This will serve Falcon 7B Instruct model from the port 8080, which we can query. -**Note**: To see all options to serve your models (in the [code](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/main.rs)) or in the CLI: +To see all options to serve your models, check in the [codebase](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/main.rs) or the CLI: ``` text-generation-launcher --help ```