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 +```