Skip to content

Commit 5739b5b

Browse files
Add missing backslash (#3311)
1 parent 356de85 commit 5739b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/backends/llamacpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker run \
8383
-e "HF_TOKEN=$HF_TOKEN" \
8484
-v "$HOME/models:/app/models" \
8585
tgi-llamacpp \
86-
--n-gpu-layers 99
86+
--n-gpu-layers 99 \
8787
--model-id "Qwen/Qwen2.5-3B-Instruct"
8888
```
8989

0 commit comments

Comments
 (0)