Fix snippet

This commit is contained in:
osanseviero 2023-08-10 11:21:29 +02:00
parent 2d8b31a4b4
commit 1b4a1d8260

View File

@ -16,7 +16,7 @@ volume=$PWD/data
token=<your READ token>
docker run --gpus all \
--shm-size 1g
--shm-size 1g \
-e HUGGING_FACE_HUB_TOKEN=$token \
-p 8080:80 \
-v $volume:/data ghcr.io/huggingface/text-generation-inference:1.0.0 \