From 43cc4e6f64f4ca2bf6bb6a6e75bd101e0f6a4340 Mon Sep 17 00:00:00 2001 From: Philipp Zettl Date: Tue, 12 Aug 2025 21:06:33 +0200 Subject: [PATCH] Add missing backslash --- docs/source/backends/llamacpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/backends/llamacpp.md b/docs/source/backends/llamacpp.md index 5cf0edf0c68..8014dd5f660 100644 --- a/docs/source/backends/llamacpp.md +++ b/docs/source/backends/llamacpp.md @@ -83,7 +83,7 @@ docker run \ -e "HF_TOKEN=$HF_TOKEN" \ -v "$HOME/models:/app/models" \ tgi-llamacpp \ - --n-gpu-layers 99 + --n-gpu-layers 99 \ --model-id "Qwen/Qwen2.5-3B-Instruct" ```