Update installation.md

This commit is contained in:
Merve Noyan 2023-08-10 15:52:22 +03:00 committed by GitHub
parent d90425eaa7
commit 4d5fc1235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,9 +77,3 @@ make run-falcon-7b-instruct
``` ```
This will serve Falcon 7B Instruct model from the port 8080, which we can query. 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
```