mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Fix snippet
This commit is contained in:
parent
2d8b31a4b4
commit
1b4a1d8260
@ -16,7 +16,7 @@ volume=$PWD/data
|
|||||||
token=<your READ token>
|
token=<your READ token>
|
||||||
|
|
||||||
docker run --gpus all \
|
docker run --gpus all \
|
||||||
--shm-size 1g
|
--shm-size 1g \
|
||||||
-e HUGGING_FACE_HUB_TOKEN=$token \
|
-e HUGGING_FACE_HUB_TOKEN=$token \
|
||||||
-p 8080:80 \
|
-p 8080:80 \
|
||||||
-v $volume:/data ghcr.io/huggingface/text-generation-inference:1.0.0 \
|
-v $volume:/data ghcr.io/huggingface/text-generation-inference:1.0.0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user