Add missing backslash

This commit is contained in:
Philipp Zettl 2025-08-12 21:06:33 +02:00
parent 24c2bff659
commit 43cc4e6f64

View File

@ -83,7 +83,7 @@ docker run \
-e "HF_TOKEN=$HF_TOKEN" \ -e "HF_TOKEN=$HF_TOKEN" \
-v "$HOME/models:/app/models" \ -v "$HOME/models:/app/models" \
tgi-llamacpp \ tgi-llamacpp \
--n-gpu-layers 99 --n-gpu-layers 99 \
--model-id "Qwen/Qwen2.5-3B-Instruct" --model-id "Qwen/Qwen2.5-3B-Instruct"
``` ```