mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
Add missing backslash
This commit is contained in:
parent
24c2bff659
commit
43cc4e6f64
@ -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"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user