From 2675d934e57b338a9fa008affe0bf3aa7a3c6f55 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Tue, 1 Aug 2023 12:44:25 +0300 Subject: [PATCH] Update local_launch.md --- docs/source/basic_tutorials/local_launch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/local_launch.md b/docs/source/basic_tutorials/local_launch.md index 060dc22e..077e7b5c 100644 --- a/docs/source/basic_tutorials/local_launch.md +++ b/docs/source/basic_tutorials/local_launch.md @@ -76,6 +76,8 @@ or through Python: pip install text-generation ``` +Then run: + ```python from text_generation import Client @@ -92,4 +94,4 @@ print(text) 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: ``` text-generation-launcher --help -``` \ No newline at end of file +```