Skip to content

Commit 43a2895

Browse files
committed
update llama-on-prem.md to Llama 3 - format fix
1 parent 90dccf7 commit 43a2895

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recipes/inference/model_servers/llama-on-prem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ Then run the command below to deploy a quantized version of the Llama 3 8b chat
145145

146146
```
147147
docker run --gpus all --shm-size 1g -e HUGGING_FACE_HUB_TOKEN=$token -p 8080:80 -v $volume:/data ghcr.io/huggingface/text-generation-inference:2.0 --model-id $model
148-
149148
```
150149

151150
After this, you'll be able to run the command below on another terminal:

0 commit comments

Comments
 (0)