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