From 83c93f352a9f15a95dc10c51bfb6a387561d40ce Mon Sep 17 00:00:00 2001 From: osanseviero Date: Tue, 8 Aug 2023 18:42:34 +0200 Subject: [PATCH] Format shell code correctly --- docs/source/docker_launch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/docker_launch.md b/docs/source/docker_launch.md index 8b020ae3..0ece34ad 100644 --- a/docs/source/docker_launch.md +++ b/docs/source/docker_launch.md @@ -16,6 +16,7 @@ To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvi 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: -``` + +```shell text-generation-launcher --help ```