Add missing backslash (#3311)

This commit is contained in:
Phil 2025-09-06 09:50:14 +02:00 committed by GitHub
parent 356de85c29
commit 5739b5b088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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