From 2a0be538b5acb84b90de8887ed9afa550a3f5ac3 Mon Sep 17 00:00:00 2001 From: osanseviero Date: Tue, 8 Aug 2023 18:42:04 +0200 Subject: [PATCH] Fix Tip snippet --- docs/source/docker_launch.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/docker_launch.md b/docs/source/docker_launch.md index f21e6cec..8b020ae3 100644 --- a/docs/source/docker_launch.md +++ b/docs/source/docker_launch.md @@ -10,7 +10,9 @@ 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. + +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. + 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: