From 782b3e5d8642984d9f302ef5f942ae25aef1bce9 Mon Sep 17 00:00:00 2001 From: Adarsh Shirawalmath <114558126+adarshxs@users.noreply.github.com> Date: Tue, 15 Aug 2023 22:42:07 +0530 Subject: [PATCH] Update README.md Co-authored-by: Nicolas Patry --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1ed4bde7..d9f4db19 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,6 @@ To see all options to serve your models (in the [code](https://github.com/huggin ``` text-generation-launcher --help ``` -For a basic run, you can start the server as follows: -```shell -text-generation-launcher --model-id tiiuae/falcon-7b-instruct --num-shard 1 # You can change the model-id accordingly -``` You can then query the model using either the `/generate` or `/generate_stream` routes: