From 4d5fc1235ff51f1a67dd89930de24b3b23521bfe Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 10 Aug 2023 15:52:22 +0300 Subject: [PATCH] Update installation.md --- docs/source/installation.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/installation.md b/docs/source/installation.md index d870dcea..1301b930 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -77,9 +77,3 @@ make run-falcon-7b-instruct ``` This will serve Falcon 7B Instruct model from the port 8080, which we can query. - -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: - -```bash -text-generation-launcher --help -```