From 4042b700c104d4e0d5ada9a1ee887438587fdda9 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 4 Aug 2023 22:42:10 +0300 Subject: [PATCH] Update docs/source/basic_tutorials/docker_launch.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/basic_tutorials/docker_launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/basic_tutorials/docker_launch.md b/docs/source/basic_tutorials/docker_launch.md index 899c01a2..55c69f69 100644 --- a/docs/source/basic_tutorials/docker_launch.md +++ b/docs/source/basic_tutorials/docker_launch.md @@ -10,7 +10,7 @@ docker run --gpus all --shm-size 1g -p 8080:80 -v $volume:/data ghcr.io/huggingf ``` **Note:** To use GPUs, you need to install the [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html). We also recommend using NVIDIA drivers with CUDA version 11.8 or higher. -**Note**: To see all options to serve your models (in the [code](https://github.com/huggingface/text-generation-inference/blob/main/launcher/src/main.rs)) or in the cli: +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: ``` text-generation-launcher --help ``` \ No newline at end of file